@taiga-ui/stylelint-config 0.436.0 → 0.437.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 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -163,7 +163,7 @@ module.exports = {
163
163
  'logical-css/require-logical-keywords': [
164
164
  true,
165
165
  {
166
- ignore: ['clear', 'float', 'resize'],
166
+ ignore: ['clear', 'float', 'resize', 'caption-side'],
167
167
  },
168
168
  ],
169
169
  'logical-css/require-logical-properties': [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.436.0",
3
+ "version": "0.437.0",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -33,7 +33,7 @@
33
33
  "peerDependencies": {
34
34
  "@stylistic/stylelint-config": "^4.0.0",
35
35
  "@stylistic/stylelint-plugin": "^5.0.1",
36
- "@taiga-ui/browserslist-config": "0.436.0",
36
+ "@taiga-ui/browserslist-config": "0.437.0",
37
37
  "postcss": "^8.5.8",
38
38
  "postcss-less": "^6.0.0",
39
39
  "stylelint": "^17.5.0",