From 327aa644eaf597429d84d7d0609d891689e149c4 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 28 Mar 2011 15:25:17 +0200 Subject: Avoid sass --include option (use explicit path to default theme instead): not compatible with compass. --- monochrome/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monochrome') diff --git a/monochrome/style.scss b/monochrome/style.scss index a33c896..226e405 100644 --- a/monochrome/style.scss +++ b/monochrome/style.scss @@ -1,6 +1,6 @@ @charset "UTF-8"; @import url(http://fonts.googleapis.com/css?family=Lato&v2); -@import "ikiwiki"; +@import "../default/ikiwiki"; @include ikiwiki; /* -- cgit v1.2.3