mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Grid docs: Remove !default from SCSS snippets
Fixup for fb4f5f0bf1
[skip sauce]
This commit is contained in:
+2
-2
@@ -159,7 +159,7 @@ $container-max-widths: (
|
|||||||
md: 720px,
|
md: 720px,
|
||||||
lg: 940px,
|
lg: 940px,
|
||||||
xl: 1140px
|
xl: 1140px
|
||||||
) !default;
|
);
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
### Mixins
|
### Mixins
|
||||||
@@ -470,7 +470,7 @@ $container-max-widths: (
|
|||||||
sm: 420px,
|
sm: 420px,
|
||||||
md: 720px,
|
md: 720px,
|
||||||
lg: 940px
|
lg: 940px
|
||||||
) !default;
|
);
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Save your changes and recompile to have a brand new set of predefined grid classes for column widths, offsets, pushes, and pulls. Responsive visibility utilities will also be updated to use the custom breakpoints.
|
Save your changes and recompile to have a brand new set of predefined grid classes for column widths, offsets, pushes, and pulls. Responsive visibility utilities will also be updated to use the custom breakpoints.
|
||||||
|
|||||||
Reference in New Issue
Block a user