mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Documentation fix: move width after make-container()
mixin (#29820)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
fa4dd7e9af
commit
c6cfc23239
@ -747,8 +747,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…
x
Reference in New Issue
Block a user