From 392b38d8020802f2d33173c224adc8a13bef53ea Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 22 Mar 2023 20:49:10 +0100 Subject: use sass for the CSS files --- justfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 74af962..fcaeef2 100644 --- a/justfile +++ b/justfile @@ -68,3 +68,7 @@ copy-npm-assets: cp node_modules/bootstrap-icons/font/bootstrap-icons.css fietsboek/static/bootstrap-icons.css cp node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff fietsboek/static/fonts/bootstrap-icons.woff cp node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2 fietsboek/static/fonts/bootstrap-icons.woff2 + +# Compile the sass assets +compile-sass: + npx sass asset-sources/theme.scss fietsboek/static/theme.css -- cgit v1.2.3