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/icon-classes/classes-wind.scss

15 lines
321 B
SCSS

// Wind Variables 2.0
$wind: "\f0b1";
.#{$wi-css-prefix}-wind:before { content: $wind; }
@mixin wind-rotate( $val: 0deg ) {
-webkit-transform: rotate($val);
-moz-transform: rotate($val);
-ms-transform: rotate($val);
-o-transform: rotate($val);
transform: rotate($val);
}
@import "classes-wind-degrees.scss";