Skip to content

Commit d2cecb4

Browse files
authored
docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498)
1 parent 0a92805 commit d2cecb4

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

docs/.stylelintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"ignore": ["consecutive-duplicates-with-different-values"]
1111
}],
1212
"declaration-block-no-redundant-longhand-properties": null,
13-
"declaration-block-no-shorthand-property-overrides": null,
1413
"hue-degree-notation": "number",
1514
"indentation": 4,
1615
"max-line-length": null,

docs/src/assets/scss/components/theme-switcher.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
}
77

88
.theme-switcher-label.theme-switcher-label {
9-
font-size: inherit;
109
color: inherit;
1110
font: inherit;
1211
font-family: var(--text-font);

docs/src/assets/scss/utilities.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
}
3535

3636
.text.text {
37-
font-size: inherit;
3837
color: inherit;
3938
font: inherit;
4039
font-family: var(--text-font);

0 commit comments

Comments
 (0)