Merge b852670d093f984fdeeb8c333c6b3071400acbce into 12b3f76cc497ea59c471b9eeb89f9bbb58991dba

This commit is contained in:
Tim Nikischin 2025-11-01 01:39:41 +01:00 committed by GitHub
commit 28daa1a0cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

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