Implement display contents

This commit is contained in:
Nikischin 2025-03-23 14:12:31 +01:00
parent 5c75fda231
commit dac182a008
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.