DEV Community

Discussion on: Pure CSS outlined triangle using only borders △△△△△△△

Collapse
 
devmount profile image
Andreas • Edited

the idea behind css.gg is that all icons are made entirely on CSS

What are the reasons/advantages for which you choose this approach?
Don't get me wrong: building 500+ Icons in CSS is impressive! But in my opinion using SVG is much more performant and usable...

Thread Thread
 
astrit profile image
Astrit

The idea was that you could compile the icons with the rest of style and less things to maintain, cleaner markup since all the major browsers support the features used on the icons, if you like to know more please read this article where I did explain everything.