Skip to content

Commit

Permalink
docs: Stylelint declaration-block-no-shorthand-property-overrides (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 5, 2022
1 parent 0a92805 commit d2cecb4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/.stylelintrc.json
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion docs/src/assets/scss/components/theme-switcher.scss
Expand Up @@ -6,7 +6,6 @@
}

.theme-switcher-label.theme-switcher-label {
font-size: inherit;
color: inherit;
font: inherit;
font-family: var(--text-font);
Expand Down
1 change: 0 additions & 1 deletion docs/src/assets/scss/utilities.scss
Expand Up @@ -34,7 +34,6 @@
}

.text.text {
font-size: inherit;
color: inherit;
font: inherit;
font-family: var(--text-font);
Expand Down

0 comments on commit d2cecb4

Please sign in to comment.