From 68b21fb3946a0b6b49dfcfd0f9924be75ed15e48 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 17 Mar 2022 22:20:23 -0400 Subject: [PATCH] Install sass, not compass. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 649b1c6..77f6386 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ deploy: install: opam update && opam install bibtex2html - gem update --system && gem install compass + gem update --system && gem install sass clean: cabal v2-clean