stylelint: disable media-feature-range-notation
This feature is too new and not widely supported enough. https://caniuse.com/css-media-range-syntax
This commit is contained in:
parent
089cb3c5c8
commit
fa64dcfd73
@ -2,6 +2,7 @@
|
|||||||
"extends": "stylelint-config-standard",
|
"extends": "stylelint-config-standard",
|
||||||
"rules": {
|
"rules": {
|
||||||
"comment-empty-line-before": null,
|
"comment-empty-line-before": null,
|
||||||
|
"media-feature-range-notation": null,
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"number-max-precision": null,
|
"number-max-precision": null,
|
||||||
"value-no-vendor-prefix": null
|
"value-no-vendor-prefix": null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user