0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Remove !default Scss flag in docs grid example

This commit is contained in:
vsn4ik 2015-12-09 00:20:37 +03:00
parent 9a35ccbf73
commit f3aaccd46f

View File

@ -150,7 +150,7 @@ $grid-breakpoints: (
lg: 992px,
// Extra large screen / wide desktop
xl: 1200px
) !default;
);
$grid-columns: 12;