mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Compressed Sass output support (#29702)
This commit is contained in:
parent
0caed940a5
commit
787256cae4
@ -77,7 +77,7 @@ $utilities: map-merge(
|
||||
"border-color": (
|
||||
property: border-color,
|
||||
class: border,
|
||||
values: map-merge($theme-colors, (white: $white))
|
||||
values: map-merge($theme-colors, ("white": $white))
|
||||
),
|
||||
// Sizing utilities
|
||||
"width": (
|
||||
@ -385,12 +385,12 @@ $utilities: map-merge(
|
||||
values: map-merge(
|
||||
$theme-colors,
|
||||
(
|
||||
white: $white,
|
||||
body: $body-color,
|
||||
muted: $text-muted,
|
||||
black-50: rgba($black, .5),
|
||||
white-50: rgba($white, .5),
|
||||
reset: inherit,
|
||||
"white": $white,
|
||||
"body": $body-color,
|
||||
"muted": $text-muted,
|
||||
"black-50": rgba($black, .5),
|
||||
"white-50": rgba($white, .5),
|
||||
"reset": inherit,
|
||||
)
|
||||
)
|
||||
),
|
||||
@ -410,9 +410,9 @@ $utilities: map-merge(
|
||||
values: map-merge(
|
||||
$theme-colors,
|
||||
(
|
||||
body: $body-bg,
|
||||
white: $white,
|
||||
transparent: transparent
|
||||
"body": $body-bg,
|
||||
"white": $white,
|
||||
"transparent": transparent
|
||||
)
|
||||
)
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user