2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-13 07:52:12 -06:00

Merge pull request #47 from dragothefiery/master

fixed bug with wind degrees
This commit is contained in:
Erik Flowers 2014-12-22 10:05:30 -07:00
commit 2141023974

View File

@ -187,7 +187,7 @@
-o-transform: rotate(@degrees);
transform: rotate(@degrees);
}
@{weather-icons-prefix}-wind-default {
.@{weather-icons-prefix}-wind-default {
&._0-deg {.wind-rotate(0deg); }
&._15-deg {.wind-rotate(15deg); }
&._30-deg {.wind-rotate(30deg); }