From 020eeafddee36b7142fceac4cd3bd67250a015fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Jun 2022 13:20:29 -0400 Subject: Clean up CSS for HTML man pages --- doc/.stylelintrc.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/.stylelintrc.json (limited to 'doc/.stylelintrc.json') 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" + } +} -- cgit v1.2.1