diff --git a/docs/.stylelintrc.json b/docs/.stylelintrc.json index a981845216a..5c7eba20ee4 100644 --- a/docs/.stylelintrc.json +++ b/docs/.stylelintrc.json @@ -9,7 +9,6 @@ "declaration-block-no-duplicate-properties": [true, { "ignore": ["consecutive-duplicates-with-different-values"] }], - "declaration-block-no-redundant-longhand-properties": null, "hue-degree-notation": "number", "indentation": 4, "max-line-length": null, diff --git a/docs/src/assets/scss/components/docs-index.scss b/docs/src/assets/scss/components/docs-index.scss index d524a9b2589..61fd7835097 100644 --- a/docs/src/assets/scss/components/docs-index.scss +++ b/docs/src/assets/scss/components/docs-index.scss @@ -154,8 +154,7 @@ .eslint-actions { display: inline-flex; - flex-wrap: wrap; - flex-direction: column; + flex-flow: column wrap; width: 100%; gap: 1rem;