mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-03 02:04:42 +00:00
Merge pull request #18489 from vsn4ik/v4-remove-grid-scss-example-default-flag
Remove !default Scss flag in docs grid example
This commit is contained in:
commit
cc8600a287
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ $grid-breakpoints: (
|
||||||
lg: 992px,
|
lg: 992px,
|
||||||
// Extra large screen / wide desktop
|
// Extra large screen / wide desktop
|
||||||
xl: 1200px
|
xl: 1200px
|
||||||
) !default;
|
);
|
||||||
|
|
||||||
|
|
||||||
$grid-columns: 12;
|
$grid-columns: 12;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue