From 9e7896534beb96f1dfabe4cf74050e1902fc7a1e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 17 Sep 2017 11:17:10 +0200 Subject: Use Normalize (not Toolkit: Contains inflexible and seemingly unmaintained Normalize). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ba1f46..fc7800f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ htmlheader = templates/header.html htmlfooter = templates/footer.html cssfiles := css/main.css css/print.css -sass_includedir = /usr/share/compass/frameworks/toolkit/stylesheets +sass_includedir = /usr/share/compass/frameworks/normalize-scss/stylesheets all: $(htmlpages) -- cgit v1.2.3