Commit 3ef4bf1
committed
Feat(stylelint): Add more properties to check their order
- `accent-color`
- `backdrop-filter`
- `backface-visibility`
- `background-blend-mode`
- `border-spacing`
- `box-decoration-break`
- `caret-color`
- `color-scheme`, `color-interpolation`
- `column-fill`, `column-span`
- `contain` (including all long-hand variants)
- `container` (including all long-hand variants)
- `counter-set`
- `direction`
- `empty-cells`
- `font-size-adjust`, `font-variant-*`, `font-feature-settings`, `font-stretch`,
`font-synthesis` (including all long-hand variants), `font-kerning`, `font-optical-sizing`,
`font-palette`
- `image-orientation`, `image-rendering`
- `inset` (including all long-hand variants),
- `justify-items`
- `list-style-image`
- `mask` (including all long-hand variants), `mask-border` (including all long-hand variants),
`mask-type`
- `mix-blend-mode`
- `outline-*`
- `overflow-anchor`
- `overscroll-behavior` (including all long-hand variants).
- `paint-order`,
- `perspective`, `perspective-origin`
- `place-content`, `place-items`, `place-self`
- `quotes`
- `scrollbar-*`
- `table-layout`
- `text-align-last`, `text-indent`, `text-decoration-skip-ink`, `text-underline-*`,
`text-rendering`, `text-wrap` (including all long-hand variants)
- `touch-action`,
- `transform-box`, `transform-style`, individual transforms: `translate`, `rotate`, `scale`,
- `transition-behavior`
- `white-space-collapse`
- `word-spacing`
The key is roughly like this: all properties from MDN that are standard, widely supported,
non-experimental, not specific for non-western languages, and not designed for paged media.
https://developer.mozilla.org/en-US/docs/Web/CSS1 parent 17e4fc8 commit 3ef4bf1
1 file changed
+110
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
17 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
18 | 30 | | |
| 31 | + | |
19 | 32 | | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
23 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
24 | 41 | | |
25 | 42 | | |
26 | 43 | | |
| |||
49 | 66 | | |
50 | 67 | | |
51 | 68 | | |
| 69 | + | |
| 70 | + | |
52 | 71 | | |
53 | 72 | | |
54 | 73 | | |
| |||
57 | 76 | | |
58 | 77 | | |
59 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
60 | 82 | | |
61 | 83 | | |
62 | 84 | | |
63 | 85 | | |
64 | 86 | | |
65 | 87 | | |
66 | 88 | | |
| 89 | + | |
| 90 | + | |
67 | 91 | | |
68 | 92 | | |
69 | 93 | | |
| |||
110 | 134 | | |
111 | 135 | | |
112 | 136 | | |
113 | | - | |
114 | 137 | | |
| 138 | + | |
115 | 139 | | |
| 140 | + | |
116 | 141 | | |
117 | 142 | | |
118 | 143 | | |
119 | 144 | | |
120 | 145 | | |
121 | 146 | | |
| 147 | + | |
122 | 148 | | |
123 | 149 | | |
124 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
125 | 168 | | |
126 | 169 | | |
127 | 170 | | |
| 171 | + | |
128 | 172 | | |
| 173 | + | |
| 174 | + | |
129 | 175 | | |
130 | 176 | | |
131 | 177 | | |
132 | 178 | | |
133 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
134 | 183 | | |
135 | 184 | | |
| 185 | + | |
136 | 186 | | |
137 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
138 | 191 | | |
139 | 192 | | |
| 193 | + | |
140 | 194 | | |
| 195 | + | |
141 | 196 | | |
142 | 197 | | |
143 | 198 | | |
144 | 199 | | |
| 200 | + | |
145 | 201 | | |
146 | 202 | | |
147 | 203 | | |
148 | 204 | | |
| 205 | + | |
149 | 206 | | |
150 | 207 | | |
| 208 | + | |
151 | 209 | | |
| 210 | + | |
| 211 | + | |
152 | 212 | | |
153 | | - | |
154 | | - | |
155 | 213 | | |
156 | 214 | | |
157 | 215 | | |
| |||
211 | 269 | | |
212 | 270 | | |
213 | 271 | | |
| 272 | + | |
214 | 273 | | |
215 | 274 | | |
216 | 275 | | |
| |||
222 | 281 | | |
223 | 282 | | |
224 | 283 | | |
| 284 | + | |
| 285 | + | |
225 | 286 | | |
226 | 287 | | |
227 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
228 | 294 | | |
229 | 295 | | |
230 | 296 | | |
231 | 297 | | |
232 | 298 | | |
| 299 | + | |
233 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
234 | 324 | | |
| 325 | + | |
235 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
236 | 331 | | |
237 | 332 | | |
238 | 333 | | |
239 | 334 | | |
240 | 335 | | |
| 336 | + | |
241 | 337 | | |
242 | 338 | | |
243 | 339 | | |
| |||
264 | 360 | | |
265 | 361 | | |
266 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
267 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
268 | 373 | | |
269 | 374 | | |
270 | 375 | | |
271 | 376 | | |
272 | 377 | | |
273 | 378 | | |
274 | 379 | | |
| 380 | + | |
275 | 381 | | |
276 | 382 | | |
277 | 383 | | |
| |||
0 commit comments