Commit 3dc12b5
Stylelint: Fix auto-fixables (#43213)
* Undisable length-zero-no-unit
* Handle length-zero-no-unit in non-style files
* Undisable selector-attribute-quotes
* Handle some instances of selector-attribute-quotes manually
* Undisable value-keyword-case
* Remove value-keyword-case violation that is redundant
* Undisable function-url-quotes
* Undisable declaration-block-no-duplicate-properties
* Alphabetize rules
* Add changelogs
* Keep no-descending-specificity disabled with a comment
* Oops, unfix these
* Add link to recommendation to disable no-descending-specificity if nesting is used
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14626617107
Upstream-Ref: Automattic/jetpack@817c26e1 parent 63df1a0 commit 3dc12b5
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1115 | 1115 | | |
1116 | 1116 | | |
1117 | 1117 | | |
1118 | | - | |
| 1118 | + | |
1119 | 1119 | | |
1120 | 1120 | | |
1121 | 1121 | | |
| |||
0 commit comments