Icono – Pure CSS icons with only one element
saeedalipoor.github.io
Icono – Pure CSS icons with only one element
1–10 of 22 posts
Re: Icono – Pure CSS icons with only one element
#2Still a nice showcase, congrats!
Re: Icono – Pure CSS icons with only one element
#3While I appreciate the effort and the fact that is is more of an experiment than a production-ready package, it does seem like an odd choice to go with fixed-size pixels instead of something relative, like ems or percentages.
Regardless, well done. Don't let my typical-to-HN negative tone take away from the accomplishment of this.
Re: Icono – Pure CSS icons with only one element
#4Re: Icono – Pure CSS icons with only one element
#5Re: Icono – Pure CSS icons with only one element
#6Very impressive. Slow as hell on my computer though (3 GHz Core2Duo, Chrome 39, OS X 10.9), to the point where it doesn't seem realistically usable…
Re: Icono – Pure CSS icons with only one element
#7Re: Icono – Pure CSS icons with only one element
#8That's really smart - However, it seems impossible to use multiple sizes in a single document, which make it impractical over other alternatives such as Ionicons, Icomoon or FontAwesome. Still a nice showcase, congrats!
How so? It's possible in most cases to stick an extra class on the icon, say `.2x` and add a rule to your css such as —
[class*="2x"] {
transform: scale(2)
}Re: Icono – Pure CSS icons with only one element
#9Very impressive. Slow as hell on my computer though (3 GHz Core2Duo, Chrome 39, OS X 10.9), to the point where it doesn't seem realistically usable…
Re: Icono – Pure CSS icons with only one element
#10Very impressive. Slow as hell on my computer though (3 GHz Core2Duo, Chrome 39, OS X 10.9), to the point where it doesn't seem realistically usable…