summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-09-17 11:17:10 +0200
committerJonas Smedegaard <dr@jones.dk>2017-09-17 11:17:10 +0200
commit9e7896534beb96f1dfabe4cf74050e1902fc7a1e (patch)
treedb9e6ed1cabac3f09802e2640e00f9cfbef5b81a /Makefile
parent3cc08dd548bb418ea1bbeb74ba47fbedb02ceb38 (diff)
Use Normalize (not Toolkit: Contains inflexible and seemingly unmaintained Normalize).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)