2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
View File
@@ -150,7 +150,7 @@ $grid-breakpoints: (
lg: 992px,
// Extra large screen / wide desktop
xl: 1200px
) !default;
);
$grid-columns: 12;