Skip to content

Instantly share code, notes, and snippets.

@smartcode
Created November 24, 2011 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save smartcode/1392164 to your computer and use it in GitHub Desktop.
Save smartcode/1392164 to your computer and use it in GitHub Desktop.
@import "twitter/bootstrap";
// -------------------------------
// Links
@linkColor: #8b59c2;
@linkColorHover: darken(@linkColor, 10);
// Grays
@black: #000;
@grayDark: lighten(@black, 25%);
@gray: lighten(@black, 50%);
@grayLight: lighten(@black, 70%);
@grayLighter: lighten(@black, 90%);
@white: #fff;
// Accent Colors
@blue: #08b5fb;
@green: #46a546;
@red: #9d261d;
@yellow: #ffc40d;
@orange: #f89406;
@pink: #c3325f;
@purple: #7a43b6;
// Baseline grid
@basefont: 15px;
@baseline: 20px;
@gridColumnWidth: 41px;
@gridGutterWidth: 21px;
// -------------------------------
// general
@import "general_layout";
@import "header";
// custom
@import "items"; // <<< THIS IS WHERE I'D LIKE TO USE @gray AND MIXINS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment