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 +- README | 2 +- css/main.scss | 3 ++- 3 files changed, 4 insertions(+), 3 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) diff --git a/README b/README index 2790ce2..e3a77b8 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Preparations 1) Use the stable release (Stretch) of Debian 2) Install needed tools: - sudo apt install git sassc compass-toolkit-plugin cmark + sudo apt install git sassc compass-normalize-plugin cmark Use diff --git a/css/main.scss b/css/main.scss index fdceb6f..725da0c 100644 --- a/css/main.scss +++ b/css/main.scss @@ -9,7 +9,8 @@ By Clearleft.com /* @group Reset */ -@import "toolkit/reset"; +@import "normalize"; +@include normalize(); /* @group Font families */ -- cgit v1.2.3