diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-02-25 06:06:42 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-02-25 06:06:42 +0100 |
commit | cab2f5b8806e23e1888ce4474876927a995ec871 (patch) | |
tree | 80c93369ca1cd6d80e991c9a772ee9272d15e03d | |
parent | 409029f3b78e57575eede138328e1d920351b0cb (diff) |
Simplify boilerplate: import all compass and h5bp functions.
-rw-r--r-- | style.scss | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,13 +1,8 @@ @import "partials/base"; @import "h5bp"; -@import "compass/typography/links"; -@import "compass/typography/lists"; +@import "compass"; @import "../shared/themes/default/ikiwiki"; -// to make responsive functions and columns possible -@import 'h5bp/helpers'; -@import 'compass/css3'; - // site defaults @include h5bp-normalize; @include h5bp-main; |