From a35780ab78c0733ad48213706276d8fca4eb8264 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 15 Apr 2024 12:08:26 -0600 Subject: imworkingon: Fuss with status styling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82d7d1b..e6a0747 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ generate-clean: public/imworkingon/index.html: FORCE go run ./cmd/generate public/imworkingon/imworkingon.css: public/imworkingon/imworkingon.scss - scss $< $@ + sass $< $@ public/sponsor/liberapay-icon.svg: curl -L https://liberapay.com/assets/liberapay/icon-v2_black.svg >$@ -- cgit v1.2.3-54-g00ecf