1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Don't import Bootstrap CSS again

This commit is contained in:
Mark Otto
2025-04-14 09:57:38 -07:00
parent e6d82194ac
commit 13a3d3e744
6 changed files with 375 additions and 375 deletions

View File

@@ -146,6 +146,7 @@ $utilities: map.merge(
)
),
"border-top": (
class: border-top,
property: border-block-start,
values: (
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
@@ -162,6 +163,7 @@ $utilities: map.merge(
),
"border-bottom": (
property: border-block-end,
class: border-bottom,
values: (
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),
0: 0,