mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Update copy sizing utilities (#30182)
The `$sizes` Sass map doesn't exist anymore in `v5`.
This commit is contained in:
parent
8d791f2800
commit
139b480b6d
@ -8,7 +8,7 @@ toc: true
|
||||
|
||||
## Relative to the parent
|
||||
|
||||
Width and height utilities are generated from the `$sizes` Sass map in `_variables.scss`. Includes support for `25%`, `50%`, `75%`, `100%`, and `auto` by default. Modify those values as you need to generate different utilities here.
|
||||
Width and height utilities are generated from the utility API in `_utilities.scss`. Includes support for `25%`, `50%`, `75%`, `100%`, and `auto` by default. Modify those values as you need to generate different utilities here.
|
||||
|
||||
{{< example >}}
|
||||
<div class="w-25 p-3" style="background-color: #eee;">Width 25%</div>
|
||||
|
Loading…
Reference in New Issue
Block a user