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

There was a duplicate class for OWM 803

This commit is contained in:
Erik Flowers 2015-09-03 11:45:38 -07:00
parent 6420bcb922
commit c638bdffa9
4 changed files with 1 additions and 6 deletions

View File

@ -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

View File

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

View File

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