This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Bootstrap
Watch
0
Star
0
Fork
0
You've already forked Bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2025-01-30 22:52:24 +01:00
Code
Issues
Actions
Packages
Releases
Activity
Bootstrap
/
scss
/
utilities
/
_background.scss
4 lines
90 B
SCSS
Raw
Normal View
History
Unescape
Escape
remove - vars, update docs to generate from data yml files, update mixins, and generate card, button, bg, and color classes from the sass map
2017-06-18 02:57:16 -07:00
@each
$color
,
$value
in
$theme-colors
{
@include
bg-variant
(
'
.bg-
#{
$color
}
'
,
$value
)
;
}
Reference in New Issue
Copy Permalink