diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..e1f73be --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,11 @@ +{ + "extends": ["stylelint-config-standard", "stylelint-config-html/html"], + "rules": { + "at-rule-no-unknown": [ + true, + { + "ignoreAtRules": ["tailwind"] + } + ] + } +}