diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-10-16 14:45:29 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-10-16 14:45:29 +0200 |
commit | c8d0cbb3dbec225bce6c8cd9330b7e40fe502d81 (patch) | |
tree | 716a49f07730dc833861c3520aa794664ee19ea1 | |
parent | 720c0d53bd966797ab8d0ee5f4f15fcaeb565ccc (diff) |
Use h5bp-normalize (separately shipped normalize seems not as well maintained).
-rw-r--r-- | style.scss | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; } |