erikflowers / weather-icons

215 Weather Themed Icons and CSS
https://github.com/erikflowers/weather-icons
6.91k stars 851 forks source link

No icons when using minified CSS #98

Closed tzd closed 9 years ago

tzd commented 9 years ago

First I want to thank you for this great icons. I'm using bower and it seems that minified css contains older code (1.3), please check https://github.com/erikflowers/weather-icons/blob/master/css/weather-icons.min.css When I include non-minified wersion all works ok, but when I include minified version there is no icons.

erikflowers commented 9 years ago

This file's comments at the top of the file are mistakenly not updated, but it does have the new icons in it, like the moon phases, the train, the hurricane warnings, etc. I will update the files, but my testing of the file does work.

tzd commented 9 years ago

Hi, please compare minified and non-minified version, in minified version there is no @font-face defined, there are no .wi-rotate-* and .wi-flip-* classes etc.

erikflowers commented 9 years ago

You are right, I totally screwed up the Less/Sass for the minified files by leaving out the new includes. This should be fixed now as it is pulling the exact same files as the regular version

https://github.com/erikflowers/weather-icons/blob/master/less/weather-icons.min.less

tzd commented 9 years ago

Great, thank you.