summaryrefslogtreecommitdiff
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
parent3cc08dd548bb418ea1bbeb74ba47fbedb02ceb38 (diff)
Use Normalize (not Toolkit: Contains inflexible and seemingly unmaintained Normalize).
-rw-r--r--Makefile2
-rw-r--r--README2
-rw-r--r--css/main.scss3
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 <http://www.debian.org/>
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 */