Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-05-23 06:57:50 +0300
committerEvan Read <eread@gitlab.com>2022-05-25 01:53:53 +0300
commit1fe7254ff46dab7e6bd02891a0a174f46e4955b0 (patch)
tree17a6c7279396313f1c8fc3854ec3fe4fbdbedab2 /.stylelintrc
parent8b88e23f022b1f1b980ee1862545e63d505ebfa7 (diff)
Support local Stylelint runseread/support-local-stylelint-runs
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 9890ace1..e29eea7b 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -7,6 +7,7 @@
"declaration-block-semicolon-newline-after": null,
"max-nesting-depth": 4,
"rule-empty-line-before": null,
- "selector-max-compound-selectors": 4
+ "selector-max-compound-selectors": 4,
+ "media-feature-name-no-vendor-prefix": null
}
}