properly handle overflow on sidebar items (#971)

This commit is contained in:
jeffvli 2025-06-29 18:56:46 -07:00
parent 88be98f703
commit 8eb591bd08
5 changed files with 39 additions and 6 deletions

View file

@ -10,7 +10,7 @@
"selector-type-no-unknown": [true, { "ignoreTypes": ["/-styled-mixin/", "/^\\$\\w+/"] }],
"declaration-block-no-shorthand-property-overrides": null,
"declaration-block-no-redundant-longhand-properties": null,
"at-rule-no-unknown": [true, { "ignoreAtRules": ["mixin"] }],
"at-rule-no-unknown": [true, { "ignoreAtRules": ["mixin", "value"] }],
"function-no-unknown": [true, { "ignoreFunctions": ["darken", "alpha", "lighten"] }],
"declaration-property-value-no-unknown": null,
"no-descending-specificity": null,