This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
bootstrap
Watch
1
Star
0
Fork
You've already forked bootstrap
0
mirror of
https://github.com/Hopiu/bootstrap.git
synced
2026-05-03 02:04:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
deeae4f820
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 09:57:16 +00:00
@each
$color
,
$value
in
$theme-colors
{
@include
bg-variant
(
'
.bg-
#{
$color
}
'
,
$value
)
;
}
Reference in a new issue
Copy permalink