diff options
author | dbloete <mail@dennisbloete.de> | 2010-05-26 04:58:11 +0800 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2010-05-26 05:18:55 +0800 |
commit | e112b7e05fe5e25c3635ff789db96ef2d74bdff3 (patch) | |
tree | 50a19a0734b624b77b0a70370838217eaf58451f /stylesheets/screen.sass | |
parent | 86f6a800d060d90f0295785fef8bb308b748ecd9 (diff) | |
download | my_new_personal_website-e112b7e05fe5e25c3635ff789db96ef2d74bdff3.tar.xz my_new_personal_website-e112b7e05fe5e25c3635ff789db96ef2d74bdff3.zip |
Fix compass/sass deprecation warnings
Diffstat (limited to 'stylesheets/screen.sass')
-rw-r--r-- | stylesheets/screen.sass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/stylesheets/screen.sass b/stylesheets/screen.sass index e7fcb538..3248ed0b 100644 --- a/stylesheets/screen.sass +++ b/stylesheets/screen.sass @@ -1,11 +1,11 @@ /* SASS mixins */ -@import library.sass +@import "library" /* primary SASS */ -@import base.sass -@import theme.sass -@import typography.sass -@import layout.sass +@import "base" +@import "theme" +@import "typography" +@import "layout" /* specific SASS */ -@import partials.sass
\ No newline at end of file +@import "partials"
\ No newline at end of file |