diff --git a/script/format b/script/format index eb6230f3..c7f3e77c 100755 --- a/script/format +++ b/script/format @@ -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