mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-21 20:54:43 +00: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
1 changed files with 3 additions and 1 deletions
|
|
@ -747,8 +747,10 @@ You can modify the variables to your own custom values, or just use the mixins w
|
|||
|
||||
{{< highlight scss >}}
|
||||
.example-container {
|
||||
width: 800px;
|
||||
@include make-container();
|
||||
// Make sure to define this width after the mixin to override
|
||||
// `width: 100%` generated by `make-container()`
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
.example-row {
|
||||
|
|
|
|||
Loading…
Reference in a new issue