From 145f81046bc5881d7da86b05c8b92862b63f8080 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Thu, 5 Nov 2009 21:30:03 -0600 Subject: updated rake file, reorganized stylesheets, added google site search, added google analytics --- source/stylesheets/screen.sass | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'source/stylesheets/screen.sass') diff --git a/source/stylesheets/screen.sass b/source/stylesheets/screen.sass index 51e46f6c..e7fcb538 100644 --- a/source/stylesheets/screen.sass +++ b/source/stylesheets/screen.sass @@ -1,3 +1,11 @@ +/* SASS mixins */ @import library.sass -@import partials/base.sass -@import partials/main.sass \ No newline at end of file + +/* primary SASS */ +@import base.sass +@import theme.sass +@import typography.sass +@import layout.sass + +/* specific SASS */ +@import partials.sass \ No newline at end of file -- cgit v1.2.1