chore: migrate dart-sass to sass

This commit is contained in:
realaravinth
2022-05-07 19:42:49 +05:30
parent 91c6f77cab
commit 87f09b6bfb
4 changed files with 40 additions and 13 deletions

View File

@@ -43,13 +43,13 @@ frontend: ## Build frontend
@-rm -rf $(BUNDLE)
@-mkdir $(BUNDLE)
yarn build
@yarn run dart-sass -s \
@yarn run sass -s \
compressed templates/main.scss \
./static/cache/bundle/css/main.css
@yarn run dart-sass -s \
@yarn run sass -s \
compressed templates/mobile.scss \
./static/cache/bundle/css/mobile.css
@yarn run dart-sass -s \
@yarn run sass -s \
compressed templates/widget/main.scss \
./static/cache/bundle/css/widget.css
@./scripts/librejs.sh