From c8d0cbb3dbec225bce6c8cd9330b7e40fe502d81 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 16 Oct 2015 14:45:29 +0200 Subject: Use h5bp-normalize (separately shipped normalize seems not as well maintained). --- style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index bdfad41..b73b34f 100644 --- a/style.scss +++ b/style.scss @@ -1,8 +1,10 @@ /*! style.css | @License: GPL-3+ | http://couchdesign.dk/ */ -@import "normalize"; +@import "h5bp"; @import "compass/typography"; +@include h5bp-normalize; + .topbar { @include inline-list; } -- cgit v1.2.3