Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/css/icons/weather-icons/less/icon-classes/classes-wind.less is written in an unsupported language. File is not indexed.

0001 // Wind Variables 2.0
0002 
0003 @wind: "\f0b1";
0004 
0005 .@{wi-css-prefix}-wind:before { content: @wind; }
0006 .wind-rotate(@degrees) {
0007   -webkit-transform: rotate(@degrees);
0008   -moz-transform: rotate(@degrees);
0009   -ms-transform: rotate(@degrees);
0010   -o-transform: rotate(@degrees);
0011   transform: rotate(@degrees);
0012 }
0013 
0014 @import "classes-wind-degrees.less";