mirror of
https://github.com/twbs/bootstrap.git
synced 2025-11-12 00:05:05 -05:00
Merge b852670d093f984fdeeb8c333c6b3071400acbce into 12b3f76cc497ea59c471b9eeb89f9bbb58991dba
This commit is contained in:
commit
28daa1a0cf
@ -69,7 +69,7 @@ $utilities: map-merge(
|
||||
print: true,
|
||||
property: display,
|
||||
class: d,
|
||||
values: inline inline-block block grid inline-grid table table-row table-cell flex inline-flex none
|
||||
values: inline inline-block block grid inline-grid table table-row table-cell flex inline-flex contents none
|
||||
),
|
||||
// scss-docs-end utils-display
|
||||
// scss-docs-start utils-shadow
|
||||
|
||||
@ -30,6 +30,7 @@ Where *value* is one of:
|
||||
- `table-row`
|
||||
- `flex`
|
||||
- `inline-flex`
|
||||
- `contents`
|
||||
|
||||
The display values can be altered by changing the `display` values defined in `$utilities` and recompiling the SCSS.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user