PHP Classes

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

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   LaraCMS   public/public/assets/backend/css/icons/weather-icons/sass/icon-classes/classes-wind.scss   Download  
File: public/public/assets/backend/css/icons/weather-icons/sass/icon-classes/classes-wind.scss
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: 321 bytes
 

Contents

Class file image Download
// 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";