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

fixed bug with wind degrees

This commit is contained in:
karpov 2014-12-22 17:02:13 +03:00
parent f53f7c023d
commit cef53a6047

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); }