stylelint-config-ccb 1.13.6 → 1.13.7

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 +8 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -95,12 +95,18 @@ module.exports = {
95
95
  },
96
96
  'function-url-scheme-allowed-list': ['data', 'https'],
97
97
  'function-disallowed-list': [
98
- // deprecated
98
+ // deprecated colors
99
99
  'gray', 'color-mod', 'rgba', 'hsla',
100
- // not preferred
100
+ // not preferred colors
101
101
  'hwb', 'hsl',
102
102
  'lab', 'oklab', 'lch', 'oklch',
103
103
  'color', 'color-mix', 'color-contrast',
104
+ // stepped value functions
105
+ 'round', 'mod', 'rem',
106
+ // trigonometric functions
107
+ 'tan', 'sin', 'cos',
108
+ 'atan', 'asin', 'acos',
109
+ 'atan2',
104
110
  ],
105
111
  'declaration-no-important': true,
106
112
  'property-disallowed-list': require('./data/disallowed-properties.js'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-config-ccb",
3
- "version": "1.13.6",
3
+ "version": "1.13.7",
4
4
  "description": "Stylelint config which extends stylelint-config-standard",
5
5
  "keywords": [
6
6
  "stylelint",