@taiga-ui/stylelint-config 0.222.5 → 0.223.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 +6 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -143,7 +143,12 @@ module.exports = {
143
143
  unspecified: 'bottom',
144
144
  },
145
145
  ],
146
- 'property-disallowed-list': ['border-inline', 'padding-inline', 'margin-inline'],
146
+ 'property-disallowed-list': [
147
+ 'border-inline',
148
+ 'padding-inline',
149
+ 'margin-inline',
150
+ '/^word-wrap$/', // The word-wrap property was renamed to overflow-wrap in CSS3
151
+ ],
147
152
  'property-no-unknown': [
148
153
  true,
149
154
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.222.5",
3
+ "version": "0.223.0",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",