1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 09:52:43 +02:00

CSS: rename some variables to be consistent (#37804)

* Fix

* fix(review)
This commit is contained in:
Louis-Maxime Piton
2023-01-06 20:46:03 +01:00
committed by GitHub
parent 7399b13052
commit 8265927fc1
3 changed files with 11 additions and 7 deletions

View File

@@ -106,7 +106,8 @@
--#{$prefix}border-radius-sm: #{$border-radius-sm};
--#{$prefix}border-radius-lg: #{$border-radius-lg};
--#{$prefix}border-radius-xl: #{$border-radius-xl};
--#{$prefix}border-radius-2xl: #{$border-radius-2xl};
--#{$prefix}border-radius-xxl: #{$border-radius-xxl};
--#{$prefix}border-radius-2xl: var(--#{$prefix}border-radius-xxl); // Deprecated in v5.3.0 for consistency
--#{$prefix}border-radius-pill: #{$border-radius-pill};
// scss-docs-end root-border-var