From d2cecb4ad2a6d33444cf0288a863c43acb3b468a Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 5 Nov 2022 17:33:05 -0400 Subject: [PATCH] docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) --- docs/.stylelintrc.json | 1 - docs/src/assets/scss/components/theme-switcher.scss | 1 - docs/src/assets/scss/utilities.scss | 1 - 3 files changed, 3 deletions(-) diff --git a/docs/.stylelintrc.json b/docs/.stylelintrc.json index 7b30c68192b..a981845216a 100644 --- a/docs/.stylelintrc.json +++ b/docs/.stylelintrc.json @@ -10,7 +10,6 @@ "ignore": ["consecutive-duplicates-with-different-values"] }], "declaration-block-no-redundant-longhand-properties": null, - "declaration-block-no-shorthand-property-overrides": null, "hue-degree-notation": "number", "indentation": 4, "max-line-length": null, diff --git a/docs/src/assets/scss/components/theme-switcher.scss b/docs/src/assets/scss/components/theme-switcher.scss index 0fa59fe1845..c7276301af7 100644 --- a/docs/src/assets/scss/components/theme-switcher.scss +++ b/docs/src/assets/scss/components/theme-switcher.scss @@ -6,7 +6,6 @@ } .theme-switcher-label.theme-switcher-label { - font-size: inherit; color: inherit; font: inherit; font-family: var(--text-font); diff --git a/docs/src/assets/scss/utilities.scss b/docs/src/assets/scss/utilities.scss index 52687d9c4f0..c296358837e 100644 --- a/docs/src/assets/scss/utilities.scss +++ b/docs/src/assets/scss/utilities.scss @@ -34,7 +34,6 @@ } .text.text { - font-size: inherit; color: inherit; font: inherit; font-family: var(--text-font);