Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
indutri
/
sass
/
bootstrap
/
mixins
:
_float.scss
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
// stylelint-disable declaration-no-important @mixin float-left { float: left !important; } @mixin float-right { float: right !important; } @mixin float-none { float: none !important; }