erikflowers / weather-icons

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

Moon phases #94

Closed bakman2 closed 9 years ago

bakman2 commented 9 years ago

Would it be possible to add the moon phases from 1 to 28 (0-27) ? I have to write a function to map them against the names (I get a number for the phases).

erikflowers commented 9 years ago

I think there could be an alias like this in the less/sass.

  .wi-moon-phase-0 {
    .wi-moon-waxing-gibbous-3; 
  }

Which one is 0? Or as I have them listed, are they properly 0-27?

bakman2 commented 9 years ago

0(or 1) would be a new moon ? like you have listed them yes. Alias, just like the wind directions ? thanks for those!

btw - the weather-icons.min.css - does not include the fonts ? I see that it is an old version from nov2014.

erikflowers commented 9 years ago

I just realized I only have 26 moon icons, not 28. Will have to look in to how this can work.

erikflowers commented 9 years ago

this is fixed, and also I added inverted versions of the moon under an -alt class

bakman2 commented 9 years ago

thanks Erik!