nunta/dist/less/variables.less
David Miller 38bed8bd1a include the LESS files in the dist folder
including the LESS files in the dist folder for those people who want to
download the dist files and build their own development environment -
i'm including expanded and minified versions of everything so why not
include the LESS too
2014-09-11 03:24:56 -04:00

8 lines
148 B
Plaintext

// Variables
@brand-primary: #fed136;
@brand-danger: #e74c3c;
@gray-darkest: #222;
@gray: #777;
@gray-lighter: #f7f7f7;
@placeholder-text: #bbbbbb;