Skip to content

Instantly share code, notes, and snippets.

@dbouwman
Created May 20, 2014 18:58
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 dbouwman/77347ba8b67a8defc663 to your computer and use it in GitHub Desktop.
Save dbouwman/77347ba8b67a8defc663 to your computer and use it in GitHub Desktop.
tailcoat
// Base dependencies
// compass, config, classes, mixins
@import "tailcoat/imports";
// Base
@import "tailcoat/base/reset";
// Layout
@import "tailcoat/layout/helpers";
@import "tailcoat/layout/grid";
@import "tailcoat/layout/block-grid";
// Type
@import "tailcoat/type/elements";
@import "tailcoat/type/modifiers";
// Components
@import "tailcoat/components/button";
@import "tailcoat/components/icon";
@import "tailcoat/components/breadcrumb";
@import "tailcoat/components/table";
// Patterns
@import "tailcoat/patterns/footer";
@import "tailcoat/patterns/header";
@import "tailcoat/patterns/navigation-bar";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment