diff options
author | David Robillard <d@drobilla.net> | 2022-06-15 13:04:02 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 17:08:38 -0400 |
commit | a479e8057f5404b0af44f78698f950fbba509c41 (patch) | |
tree | d25bf14aaae285b93888a8b8b4f411d063f3631a /.stylelintrc.json | |
parent | 663fe633b7a706cba761265352385aa4d4faf6d4 (diff) | |
download | lv2-a479e8057f5404b0af44f78698f950fbba509c41.tar.xz |
Clean up documentation CSS
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..473a3da --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,8 @@ +{ + "extends": "/usr/lib/node_modules/stylelint-config-standard", + "rules": { + "color-hex-case": "upper", + "selector-list-comma-newline-after": "always-multi-line", + "no-descending-specificity": "off" + } +} |