diff options
-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; } |