Fixes spacing

This commit is contained in:
Mouse Reeve 2022-02-16 17:53:03 -08:00
parent 954e914638
commit cfc1302b23

View file

@ -27,7 +27,7 @@ jobs:
# See .stylelintignore for files that are not linted.
- name: Run stylelint
run: >
npx stylelint bookwyrm/static/css/*.css \
npx stylelint bookwyrm/static/css/*.css \
--config dev-tools/.stylelintrc.js
# See .eslintignore for files that are not linted.