diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-09-17 11:17:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-09-17 11:17:10 +0200 |
commit | 9e7896534beb96f1dfabe4cf74050e1902fc7a1e (patch) | |
tree | db9e6ed1cabac3f09802e2640e00f9cfbef5b81a /css | |
parent | 3cc08dd548bb418ea1bbeb74ba47fbedb02ceb38 (diff) |
Use Normalize (not Toolkit: Contains inflexible and seemingly unmaintained Normalize).
Diffstat (limited to 'css')
-rw-r--r-- | css/main.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |