PHP Classes

File: public/public/assets/backend/css/icons/weather-icons/less/icon-classes/classes-wind.less

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   LaraCMS   public/public/assets/backend/css/icons/weather-icons/less/icon-classes/classes-wind.less   Download  
File: public/public/assets/backend/css/icons/weather-icons/less/icon-classes/classes-wind.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: LaraCMS
Content management system based on Laravel
Author: By
Last change:
Date: 1 year ago
Size: 329 bytes
 

Contents

Class file image Download
// Wind Variables 2.0 @wind: "\f0b1"; .@{wi-css-prefix}-wind:before { content: @wind; } .wind-rotate(@degrees) { -webkit-transform: rotate(@degrees); -moz-transform: rotate(@degrees); -ms-transform: rotate(@degrees); -o-transform: rotate(@degrees); transform: rotate(@degrees); } @import "classes-wind-degrees.less";