Skip to content

Instantly share code, notes, and snippets.

@squalltua
Forked from KittyGiraudel/main.scss
Created September 9, 2017 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save squalltua/45cabba248268c730160cbdb291c750b to your computer and use it in GitHub Desktop.
Save squalltua/45cabba248268c730160cbdb291c750b to your computer and use it in GitHub Desktop.
From: Architecturing a Sass project
// Sass utilities
@import "helpers/variables";
@import "helpers/functions";
@import "helpers/mixins";
@import "helpers/placeholders";
// Vendors and external stylesheets
@import "vendors/bootstrap";
@import "vendors/jquery-ui";
// Base stuff
@import "base/reset";
@import "base/typography";
// Layout related stylesheets
@import "layout/grid";
@import "layout/header";
@import "layout/footer";
@import "layout/sidebar";
// Components and modules
@import "components/carousel";
@import "components/buttons";
@import "components/cover";
@import "components/dropdown";
// Page-specific stylesheets
@import "pages/home";
@import "pages/contact";
// Themes
@import "themes/theme";
@import "themes/admin";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment