summaryrefslogtreecommitdiff
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-04-03 16:09:29 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-04-03 16:12:40 -0400
commitfa64dcfd73aceb522fbf103bc76f55734aca0fdf (patch)
tree0e8eb1f6eb6d38313bee193701088eb368ab8c52 /.stylelintrc.json
parent089cb3c5c8def30cc1e748f7cd5c38a18172dcfa (diff)
stylelint: disable media-feature-range-notation
This feature is too new and not widely supported enough. https://caniuse.com/css-media-range-syntax
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 79a548da..2531035c 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -2,6 +2,7 @@
"extends": "stylelint-config-standard",
"rules": {
"comment-empty-line-before": null,
+ "media-feature-range-notation": null,
"no-descending-specificity": null,
"number-max-precision": null,
"value-no-vendor-prefix": null