summaryrefslogtreecommitdiffhomepage
path: root/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
deleted file mode 100644
index 239ae97..0000000
--- a/.stylelintrc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "extends": ["stylelint-config-standard"],
- "rules": {
- "at-rule-disallowed-list": ["import"],
- "function-url-no-scheme-relative": true,
- "function-url-scheme-allowed-list": ["data"],
- "declaration-no-important": true
- }
-}