From e5171eb26e49464308aa1e91ec29294b92aba446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Tue, 17 Aug 2021 07:51:17 -0400 Subject: [PATCH] Update css compiling helper script --- web/themes/custom/geofresco/css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/css b/web/themes/custom/geofresco/css index 31ce215..00edf29 100755 --- a/web/themes/custom/geofresco/css +++ b/web/themes/custom/geofresco/css @@ -1 +1,5 @@ -npm run compile +#!/bin/bash + +sassc src/global/global.scss dist/css/global.css +sassc src/global/overrides.scss dist/css/overrides.css +./node_modules/postcss-cli/bin/postcss --no-map --use autoprefixer --replace dist/css/global.css dist/css/overrides.css