mirror of https://github.com/twbs/bootstrap.git
Implement display contents
This commit is contained in:
parent
5c75fda231
commit
dac182a008
|
@ -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
|
||||
|
|
|
@ -32,6 +32,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…
Reference in New Issue