From dde433268e21b2ff1a7dd457e71280e3ef285fb4 Mon Sep 17 00:00:00 2001 From: shashankmehta Date: Sat, 6 Oct 2012 14:24:05 +0530 Subject: [PATCH] Included custom styles. Somehow they were missing till now. --- sass/screen.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sass/screen.scss b/sass/screen.scss index 96025e3..a5473b5 100644 --- a/sass/screen.scss +++ b/sass/screen.scss @@ -2,4 +2,9 @@ @import "base"; @import "parts"; -@import "plugins"; \ No newline at end of file +@import "plugins"; + +@import "custom/colors"; +@import "custom/fonts"; +@import "custom/layout"; +@import "custom/styles"; \ No newline at end of file