2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Convert background shorthands to separate properties

This commit is contained in:
Martijn Cuppens
2019-12-19 10:38:43 +01:00
committed by XhmikosR
parent 980c5fd728
commit dc64ff3314
6 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
@mixin bg-gradient-variant($parent, $color) {
#{$parent} {
background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important;
background-image: linear-gradient(180deg, mix($body-bg, $color, 15%), $color) !important;
}
}