mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Documentation fix: move width after make-container()
mixin (#29820)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
16a82e7e99
commit
00b0e0a9b7
@ -826,8 +826,10 @@ You can modify the variables to your own custom values, or just use the mixins w
|
|||||||
|
|
||||||
{% highlight scss %}
|
{% highlight scss %}
|
||||||
.example-container {
|
.example-container {
|
||||||
width: 800px;
|
|
||||||
@include make-container();
|
@include make-container();
|
||||||
|
// Make sure to define this width after the mixin to override
|
||||||
|
// `width: 100%` generated by `make-container()`
|
||||||
|
width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.example-row {
|
.example-row {
|
||||||
|
Loading…
Reference in New Issue
Block a user