There was a duplicate class for OWM 803

pull/104/head
Erik Flowers 9 years ago
parent 6420bcb922
commit c638bdffa9

@ -1401,9 +1401,6 @@
.wi-owm-802:before {
content: "\f011";
}
.wi-owm-803:before {
content: "\f011";
}
.wi-owm-803:before {
content: "\f012";
}

File diff suppressed because one or more lines are too long

@ -50,7 +50,6 @@
.@{wi-css-prefix}-owm-800:before { content: @day-sunny ; }
.@{wi-css-prefix}-owm-801:before { content: @cloudy-gusts ; }
.@{wi-css-prefix}-owm-802:before { content: @cloudy-gusts ; }
.@{wi-css-prefix}-owm-803:before { content: @cloudy-gusts ; }
.@{wi-css-prefix}-owm-803:before { content: @cloudy-windy ; }
.@{wi-css-prefix}-owm-804:before { content: @cloudy ; }
.@{wi-css-prefix}-owm-900:before { content: @tornado ; }

@ -50,7 +50,6 @@
.#{$wi-css-prefix}-owm-800:before { content: $day-sunny ; }
.#{$wi-css-prefix}-owm-801:before { content: $cloudy-gusts ; }
.#{$wi-css-prefix}-owm-802:before { content: $cloudy-gusts ; }
.#{$wi-css-prefix}-owm-803:before { content: $cloudy-gusts ; }
.#{$wi-css-prefix}-owm-803:before { content: $cloudy-windy ; }
.#{$wi-css-prefix}-owm-804:before { content: $cloudy ; }
.#{$wi-css-prefix}-owm-900:before { content: $tornado ; }

Loading…
Cancel
Save