You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
erikflowers_weather-icons/sass/mappings/wi-forecast-io.scss

13 lines
1.1 KiB
SCSS

.#{$wi-css-prefix}-forecast-io-clear-day:before { content: $day-sunny ; }
.#{$wi-css-prefix}-forecast-io-clear-night:before { content: $night-clear ; }
.#{$wi-css-prefix}-forecast-io-rain:before { content: $rain ; }
.#{$wi-css-prefix}-forecast-io-snow:before { content: $snow ; }
.#{$wi-css-prefix}-forecast-io-sleet:before { content: $sleet ; }
.#{$wi-css-prefix}-forecast-io-wind:before { content: $strong-wind ; }
.#{$wi-css-prefix}-forecast-io-fog:before { content: $fog ; }
.#{$wi-css-prefix}-forecast-io-cloudy:before { content: $cloudy ; }
.#{$wi-css-prefix}-forecast-io-partly-cloudy-day:before { content: $day-cloudy ; }
.#{$wi-css-prefix}-forecast-io-partly-cloudy-night:before { content: $night-cloudy ; }
.#{$wi-css-prefix}-forecast-io-hail:before { content: $hail ; }
.#{$wi-css-prefix}-forecast-io-thunderstorm:before { content: $thunderstorm ; }
.#{$wi-css-prefix}-forecast-io-tornado:before { content: $tornado ; }