stylelint-config-ccb 1.13.3 → 1.13.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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -78,7 +78,7 @@ module.exports = {
78
78
  all: ['initial', 'revert'],
79
79
  position: ['fixed', 'absolute', 'relative', 'sticky'],
80
80
  appearance: ['none', 'auto'],
81
- content: ['""', '/^attr\\(aria-/', '/^attr\\(data-/', '/^var\\(/', 'none', '*'],
81
+ content: ['""', '/^attr\\(aria-/', '/^attr\\(data-/', '/^var\\(/', 'none', '"*"'],
82
82
  font: ['inherit'],
83
83
  fill: ['currentColor', 'inherit', 'none'],
84
84
  overflow: ['initial', 'hidden', 'clip', 'auto'],
@@ -150,7 +150,7 @@ module.exports = {
150
150
  true,
151
151
  {
152
152
  quoteProps: 'preserve',
153
- printWidth: 120,
153
+ printWidth: 160,
154
154
  },
155
155
  ],
156
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-config-ccb",
3
- "version": "1.13.3",
3
+ "version": "1.13.4",
4
4
  "description": "Stylelint config which extends stylelint-config-standard",
5
5
  "keywords": [
6
6
  "stylelint",