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
/
utilities
:
_background.scss
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
// stylelint-disable declaration-no-important @each $color, $value in $theme-colors { @include bg-variant(".bg-#{$color}", $value); } @if $enable-gradients { @each $color, $value in $theme-colors { @include bg-gradient-variant(".bg-gradient-#{$color}", $value); } } .bg-white { background-color: $white !important; } .bg-transparent { background-color: transparent !important; }