@taiga-ui/stylelint-config 0.424.0 → 0.426.0

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/index.js +1 -4
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -80,10 +80,6 @@ module.exports = {
80
80
  /^margin/i,
81
81
  /^padding/i,
82
82
  /^border-/i,
83
- 'top',
84
- 'right',
85
- 'bottom',
86
- 'left',
87
83
  ],
88
84
  },
89
85
  ],
@@ -172,6 +168,7 @@ module.exports = {
172
168
  'all',
173
169
  'content',
174
170
  'position',
171
+ 'inset',
175
172
  {
176
173
  order: 'flexible',
177
174
  properties: ['top', 'left', 'right', 'bottom'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.424.0",
3
+ "version": "0.426.0",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -15,7 +15,7 @@
15
15
  "peerDependencies": {
16
16
  "@stylistic/stylelint-config": "^4.0.0",
17
17
  "@stylistic/stylelint-plugin": "^5.0.1",
18
- "@taiga-ui/browserslist-config": "0.424.0",
18
+ "@taiga-ui/browserslist-config": "0.426.0",
19
19
  "postcss": "^8.5.6",
20
20
  "postcss-less": "^6.0.0",
21
21
  "stylelint": "^17.3.0",