Skip to content

Commit 1db9f6a

Browse files
cmpscabraltmorehouse
authored andcommitted
chore(docs): fix typo (#2814)
1 parent 6ac8ade commit 1db9f6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/markdown/reference/theming/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ $enable-shadows: true;
4141
$enable-gradients: true;
4242
$grid-breakpoints: (
4343
xs: 0,
44-
sm: 428px,
45-
md: 799px,
46-
lg: 899px,
47-
xl: 1234px xxl: 1600px
44+
sm: 456px,
45+
md: 789px,
46+
lg: 999px,
47+
xl: 1234px
4848
);
4949
5050
// Include Bootstrap and BootstrapVue SCSS files

0 commit comments

Comments
 (0)