Skip to content

Instantly share code, notes, and snippets.

@TexRx
Forked from lunelson/itcss.scss
Last active August 29, 2015 14:09
Show Gist options
  • Save TexRx/b3ae0627b7c4efca519f to your computer and use it in GitHub Desktop.
Save TexRx/b3ae0627b7c4efca519f to your computer and use it in GitHub Desktop.
// _____ _____ _____ _____ _____
// |_ _|_ _/ __ \/ ___/ ___|
// | | | | | / \/\ `--.\ `--.
// | | | | | | `--. \`--. \
// _| |_ | | | \__/\/\__/ /\__/ /
// \___/ \_/ \____/\____/\____/
// file partials, in specificity- and alphabetical-order
@import "avant.scss"; // settings, functions, mixins
@import "base.scss"; // setup routines; universal, html, body, etc.
@import "elements.scss"; // element styles from headings to tables, inputs -- in support of ui patterns
@import "layouts.scss"; // page level layout setups
@import "navigation.scss"; // always unique; but belongs more or less here in the stack
@import "objects.scss"; // unit- or module- level stuff, between layout and ui
@import "ui-buttons.scss"; // ui-level styles
@import "ui-forms.scss"; // etc.
@import "ui-slider.scss"; // etc.
@import "utils.scss"; // overrides / helpers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment