@perplex-digital/stylelint-config 8.0.5 → 8.0.6
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.
- package/package.json +6 -6
- package/src/property-groups.js +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perplex-digital/stylelint-config",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.6",
|
|
4
4
|
"description": "Order and Concentric-based property sorting for Stylelint.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwind",
|
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
"stylelint-use-logical-spec": "^5.0.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@changesets/cli": "^2.29.
|
|
51
|
+
"@changesets/cli": "^2.29.7",
|
|
52
52
|
"@commitlint/cli": "^19.8.1",
|
|
53
53
|
"@commitlint/config-conventional": "^19.8.1",
|
|
54
|
-
"@zazen/changesets-changelog": "^2.0.3",
|
|
55
54
|
"@nuxt/eslint-config": "^1.9.0",
|
|
56
|
-
"
|
|
55
|
+
"@zazen/changesets-changelog": "^2.0.3",
|
|
56
|
+
"eslint": "^9.35.0",
|
|
57
57
|
"husky": "^9.1.7",
|
|
58
|
-
"lint-staged": "^16.1.
|
|
58
|
+
"lint-staged": "^16.1.6",
|
|
59
59
|
"prettier": "^3.6.2",
|
|
60
|
-
"stylelint": "^16.
|
|
60
|
+
"stylelint": "^16.24.0",
|
|
61
61
|
"typescript": "^5.9.2"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
package/src/property-groups.js
CHANGED
|
@@ -178,6 +178,9 @@ const propertyGroups = [
|
|
|
178
178
|
'border-style',
|
|
179
179
|
'border-width',
|
|
180
180
|
'border-block',
|
|
181
|
+
'border-block-color',
|
|
182
|
+
'border-block-style',
|
|
183
|
+
'border-block-width',
|
|
181
184
|
'border-block-start',
|
|
182
185
|
'border-block-start-color',
|
|
183
186
|
'border-block-start-style',
|
|
@@ -187,6 +190,9 @@ const propertyGroups = [
|
|
|
187
190
|
'border-block-end-style',
|
|
188
191
|
'border-block-end-width',
|
|
189
192
|
'border-inline',
|
|
193
|
+
'border-inline-color',
|
|
194
|
+
'border-inline-style',
|
|
195
|
+
'border-inline-width',
|
|
190
196
|
'border-inline-start',
|
|
191
197
|
'border-inline-start-color',
|
|
192
198
|
'border-inline-start-style',
|