erikflowers / weather-icons

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

Wind cardinals are not working #103

Closed rajnadan closed 9 years ago

erikflowers commented 9 years ago

They're working when I try them, are you including the additional weather-icons-wind.css stylesheet with the default one?

The homepage at https://erikflowers.github.io/weather-icons/ uses the cardinal direction icons in the example with the same CSS and they're all working, they need to be written like this <i class="wi wi-wind wi-towards-ne"></i>

AleksandrSidorov commented 9 years ago

It would be nice to see some info about "additional weather-icons-wind.css" on the main webpage (https://erikflowers.github.io/weather-icons/). Thank you for great project!

erikflowers commented 9 years ago

I added instructions to the wind sections. I will add it to the readme too.

rajnadan commented 9 years ago

Thanks. I thought it was class="wi wi-towards-ne" initially