Add in scss formatter
This commit is contained in:
parent
e709de1d49
commit
3acbecdf1a
@ -8,4 +8,5 @@ if [ "$1" == "check" ]; then
|
|||||||
else
|
else
|
||||||
pipenv run black ${FILES_TO_FORMAT}
|
pipenv run black ${FILES_TO_FORMAT}
|
||||||
yarn run prettier --write "js/**/*.js" --config ./prettier.config.json
|
yarn run prettier --write "js/**/*.js" --config ./prettier.config.json
|
||||||
|
sass-convert ./styles --in-place --recursive --from scss --to scss --quiet
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user