diff options
author | B Mathis <brandon@imathis.com> | 2009-11-05 21:30:03 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-05 21:30:03 -0600 |
commit | 145f81046bc5881d7da86b05c8b92862b63f8080 (patch) | |
tree | dc5fdc003a11537ab0722cff1db39796eaf601e8 /source/stylesheets/screen.sass | |
parent | fc691c1da6b091754b8881af5b2be509479baa21 (diff) | |
download | my_new_personal_website-145f81046bc5881d7da86b05c8b92862b63f8080.tar.xz my_new_personal_website-145f81046bc5881d7da86b05c8b92862b63f8080.zip |
updated rake file, reorganized stylesheets, added google site search, added google analytics
Diffstat (limited to 'source/stylesheets/screen.sass')
-rw-r--r-- | source/stylesheets/screen.sass | 12 |
1 files changed, 10 insertions, 2 deletions
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 |