erikflowers / weather-icons

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

initial sass conversion #37

Closed zackarychapple closed 9 years ago

zackarychapple commented 10 years ago

I converted the less to sass. I also added two variables in the sass version. One for the font path and one for font prefix. These come with defaults that match the less version but make it easier for those who want to override them.

zackarychapple commented 10 years ago

35 fixed by this commit.

erikflowers commented 10 years ago

Just to confirm, did you compile this to the CSS and try it out?

zackarychapple commented 10 years ago

@erikflowers I did, and you can use sassmeister.com to do it as well to verify. you will have to replace the @import with the actual code from the other file, but that will let you compile it.

erikflowers commented 9 years ago

Sass is going into the 2.0 which I am working on now, so this will be added manually and not merged as 2.0 is going to be a huge refactor and I am not sure exactly how the files and process is going to work. I am planning to finish it in the next month.

erikflowers commented 9 years ago

Sass has been successfully added as a language in the 2.0-wip