From 3acbecdf1a73d17ea6c27ac29fdd15c75a309f5c Mon Sep 17 00:00:00 2001 From: George Drummond Date: Tue, 30 Apr 2019 15:41:26 -0400 Subject: [PATCH] Add in scss formatter --- script/format | 1 + 1 file changed, 1 insertion(+) 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