erikflowers / weather-icons

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

Celsius vs Celcius #31

Closed scharc closed 10 years ago

scharc commented 10 years ago

Justed checked out the latest weather-icons and found some strange name problems:

The Docs say to use 'wi-celsius' but in the less file it compiles from @celcius: "\f03c"; // celsius .wi-celcius:before { content: @celcius ; } // celsius

this should be changed to 'celsius'