diff options
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 3248ed0b..07b92ec8 100644 --- a/stylesheets/screen.sass +++ b/stylesheets/screen.sass @@ -1,11 +1,11 @@ /* SASS mixins */ -@import "library" +@import library /* primary SASS */ -@import "base" -@import "theme" -@import "typography" -@import "layout" +@import base +@import theme +@import typography +@import layout /* specific SASS */ -@import "partials"
\ No newline at end of file +@import partials
\ No newline at end of file |