@kununu/stylelint-config 4.1.10 → 4.2.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -20,6 +20,7 @@ module.exports = {
20
20
  'comment-whitespace-inside': 'always',
21
21
  'function-url-quotes': 'always',
22
22
  'media-feature-name-no-vendor-prefix': true,
23
+ 'media-feature-range-notation': 'prefix',
23
24
  'no-descending-specificity': null, // clashing with order/order
24
25
  'no-duplicate-selectors': true,
25
26
  'order/order': selectorOrdering, // to fine-tune configuration use selectorOrderFactory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kununu/stylelint-config",
3
- "version": "4.1.10",
3
+ "version": "4.2.0",
4
4
  "description": "kununu's stylelint config",
5
5
  "author": "kununu",
6
6
  "license": "ISC",