From aa8d3641f938919062f48eb91d1f111a3a89c803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Oct 2022 20:40:34 +0200 Subject: Specify encoding for scss. --- static/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Makefile b/static/Makefile index c348b3a8..2f715f7e 100644 --- a/static/Makefile +++ b/static/Makefile @@ -39,4 +39,4 @@ clean: -rm $(TARGETS) %.css: %.scss - scss $(WATCH) -I. $< $@ + scss -E UTF-8 $(WATCH) -I. $< $@ -- cgit v1.2.3