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:
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";
|
||||
}
|
||||
|
2
css/weather-icons.min.css
vendored
2
css/weather-icons.min.css
vendored
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…
x
Reference in New Issue
Block a user