diff options
Diffstat (limited to '.stylelintrc.json')
| -rw-r--r-- | .stylelintrc.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..239ae97 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,9 @@ +{ + "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 + } +} |
