From cef53a6047b22867dad8b88f7d3fbae9fa7f6469 Mon Sep 17 00:00:00 2001 From: karpov Date: Mon, 22 Dec 2014 17:02:13 +0300 Subject: [PATCH] fixed bug with wind degrees --- weather-icons/icon-classes.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-icons/icon-classes.less b/weather-icons/icon-classes.less index f5ae8fe..dc0367c 100644 --- a/weather-icons/icon-classes.less +++ b/weather-icons/icon-classes.less @@ -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); }