Background and color utility classes & map
This commit is contained in:
12
falcon/_dev/css/theme/custom/abstracts/_utilities.scss
Normal file
12
falcon/_dev/css/theme/custom/abstracts/_utilities.scss
Normal file
@ -0,0 +1,12 @@
|
||||
// Color utility classes
|
||||
@each $name, $color in $theme-colors {
|
||||
.bg-#{$name} {
|
||||
background-color: $color;
|
||||
}
|
||||
}
|
||||
|
||||
@each $name, $color in $theme-colors {
|
||||
.color-#{$name} {
|
||||
color: $color;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user