diff options
author | David Robillard <d@drobilla.net> | 2022-06-12 13:20:29 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-12 13:46:45 -0400 |
commit | 020eeafddee36b7142fceac4cd3bd67250a015fd (patch) | |
tree | a9566299ad6e2dc3a807064b4ffc86b72cd70a2e /doc/.stylelintrc.json | |
parent | f6437f606bd85dbc6d7581146955f85902230ca0 (diff) | |
download | serd-020eeafddee36b7142fceac4cd3bd67250a015fd.tar.gz serd-020eeafddee36b7142fceac4cd3bd67250a015fd.tar.bz2 serd-020eeafddee36b7142fceac4cd3bd67250a015fd.zip |
Clean up CSS for HTML man pages
Diffstat (limited to 'doc/.stylelintrc.json')
-rw-r--r-- | doc/.stylelintrc.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/.stylelintrc.json b/doc/.stylelintrc.json new file mode 100644 index 00000000..e551ef6b --- /dev/null +++ b/doc/.stylelintrc.json @@ -0,0 +1,7 @@ +{ + "extends": "/usr/lib/node_modules/stylelint-config-standard", + "rules": { + "color-hex-case": "upper", + "selector-list-comma-newline-after": "always-multi-line" + } +} |