From c7d5365f81552cae16bbb91696ca3e67b4a0a2e9 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 15 May 2011 18:33:00 -0400 Subject: major refactoring, improved file watching, changed site to public to support rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading --- source/sass/screen.scss | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 source/sass/screen.scss (limited to 'source/sass/screen.scss') diff --git a/source/sass/screen.scss b/source/sass/screen.scss deleted file mode 100644 index 4edf7422..00000000 --- a/source/sass/screen.scss +++ /dev/null @@ -1,17 +0,0 @@ -@import "compass"; -@import "compass/layout"; - -@include global-reset; - -@include reset-html5; - -/* SASS mixins */ -//@import "library/typography"; - -/* primary SASS */ -//@import "theme"; -//@import "typography"; -@import "themes/classic/style"; - -/* specific SASS */ -//@import "partials"; -- cgit v1.2.1