PHP Classes

File: public/vendors/bootstrap/scss/utilities/_background.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   public/vendors/bootstrap/scss/utilities/_background.scss   Download  
File: public/vendors/bootstrap/scss/utilities/_background.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Devs Hunt
Manage courses and student enrolment
Author: By
Last change:
Date: 1 month ago
Size: 409 bytes
 

Contents

Class file image Download
// stylelint-disable declaration-no-important @each $color, $value in $theme-colors { @include bg-variant(".bg-#{$color}", $value, true); } @if $enable-gradients { @each $color, $value in $theme-colors { @include bg-gradient-variant(".bg-gradient-#{$color}", $value, true); } } .bg-white { background-color: $white !important; } .bg-transparent { background-color: transparent !important; }