Add in scss formatter

This commit is contained in:
George Drummond 2019-04-30 15:41:26 -04:00
parent e709de1d49
commit 3acbecdf1a
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -8,4 +8,5 @@ if [ "$1" == "check" ]; then
else
pipenv run black ${FILES_TO_FORMAT}
yarn run prettier --write "js/**/*.js" --config ./prettier.config.json
sass-convert ./styles --in-place --recursive --from scss --to scss --quiet
fi