diff --git a/sass/desktop.sass b/sass/desktop.sass index 6fc2fe9..06c551d 100644 --- a/sass/desktop.sass +++ b/sass/desktop.sass @@ -1,10 +1,27 @@ -// Globals +//=== +// VENDORS +//=== @import "vendors/normalize" -@import "variables" +// END VENDORS + +//=== +// GLOBALS +//=== @import "typography" -@import "base" +@import "variables" @import "mixins" -// Desktop +@import "base" +// END GLOBALS + +//=== +// DESKTOP +//=== @import "desktop/header" @import "desktop/footer" -@import "desktop/pages/home" \ No newline at end of file +// END DESKTOP + +//=== +// PAGES +//=== +@import "desktop/pages/home" +// END PAGES