@mrhenry/stylelint-mrhenry-prop-order 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/order.js +12 -1
  2. package/package.json +2 -2
package/order.js CHANGED
@@ -289,6 +289,7 @@ module.exports = [
289
289
  "line-height-step",
290
290
  "line-padding",
291
291
  "line-snap",
292
+ "link-parameters",
292
293
  "list-style",
293
294
  "list-style-image",
294
295
  "list-style-position",
@@ -300,11 +301,11 @@ module.exports = [
300
301
  "margin-block",
301
302
  "margin-block-start",
302
303
  "margin-block-end",
303
- "margin-break",
304
304
  "margin-top",
305
305
  "margin-right",
306
306
  "margin-bottom",
307
307
  "margin-left",
308
+ "margin-break",
308
309
  "margin-trim",
309
310
  "marker",
310
311
  "marker-start",
@@ -363,6 +364,16 @@ module.exports = [
363
364
  "overflow-inline",
364
365
  "overflow-block",
365
366
  "overflow-clip-margin",
367
+ "overflow-clip-margin-inline",
368
+ "overflow-clip-margin-inline-start",
369
+ "overflow-clip-margin-inline-end",
370
+ "overflow-clip-margin-block",
371
+ "overflow-clip-margin-block-start",
372
+ "overflow-clip-margin-block-end",
373
+ "overflow-clip-margin-top",
374
+ "overflow-clip-margin-right",
375
+ "overflow-clip-margin-bottom",
376
+ "overflow-clip-margin-left",
366
377
  "overflow-wrap",
367
378
  "overscroll-behavior",
368
379
  "overscroll-behavior-x",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-prop-order",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Mr. Henry's preferred order for CSS properties",
5
5
  "main": "stylelint-mrhenry-prop-order.js",
6
6
  "scripts": {
@@ -31,7 +31,7 @@
31
31
  "stylelint": "^14.16.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@webref/css": "^6.1.1",
34
+ "@webref/css": "^6.2.0",
35
35
  "c8": "^7.12.0",
36
36
  "jest": "^29.3.1",
37
37
  "jest-preset-stylelint": "^6.0.0",