saeedalipoor / icono

One tag One icon, no font or svg, Pure CSS
http://git.io/icono
MIT License
4k stars 301 forks source link

Change the main file to ./build/icono.css #27

Closed gsklee closed 9 years ago

gsklee commented 9 years ago

So that when importing icono using webpack's CSS loader, we can simply do @import '~icono'; instead of @import '~icono/build/icono.css';.

saeedalipoor commented 9 years ago

Thanks dude :)