Skip to content

Commit d9bdf47

Browse files
Copilotmdo
andcommitted
Rename border-radius-xxl variable and CSS custom property to 2xl
Co-authored-by: mdo <98681+mdo@users.noreply.github.com>
1 parent d16f3c4 commit d9bdf47

8 files changed

Lines changed: 8 additions & 8 deletions

dist/css/bootstrap-reboot.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-utilities.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-utilities.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_root.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
--#{$prefix}border-radius-sm: #{$border-radius-sm};
164164
--#{$prefix}border-radius-lg: #{$border-radius-lg};
165165
--#{$prefix}border-radius-xl: #{$border-radius-xl};
166-
--#{$prefix}border-radius-xxl: #{$border-radius-xxl};
166+
--#{$prefix}border-radius-2xl: #{$border-radius-2xl};
167167
--#{$prefix}border-radius-pill: #{$border-radius-pill};
168168
// scss-docs-end root-border-var
169169

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ $border-radius: .375rem !default;
214214
$border-radius-sm: .25rem !default;
215215
$border-radius-lg: .5rem !default;
216216
$border-radius-xl: 1rem !default;
217-
$border-radius-xxl: 2rem !default;
217+
$border-radius-2xl: 2rem !default;
218218
$border-radius-pill: 50rem !default;
219219
// scss-docs-end border-radius-variables
220220

0 commit comments

Comments
 (0)