From 634559a69afeff821ad4b76333d6bc0c9f3254a0 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 21 Apr 2022 13:12:32 -0400 Subject: [PATCH] Switch to dart sass. Ruby sass deprecated. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77f6386..1c090fe 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ deploy: install: opam update && opam install bibtex2html - gem update --system && gem install sass + port install dart-sass clean: cabal v2-clean