Skip to content

Instantly share code, notes, and snippets.

@thegrid22593
Created November 22, 2017 01:24
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 thegrid22593/8dc802e3a33e482407f8c06f5c642684 to your computer and use it in GitHub Desktop.
Save thegrid22593/8dc802e3a33e482407f8c06f5c642684 to your computer and use it in GitHub Desktop.
Base sass variables file I like to use on my projects
//Fonts
$font-main: 'Interstate-Regular';
$font-secondary: 'proximanova';
// Colors
$color-black: #000;
$color-white: #fff;
// Main Colors
$color-primary: #787772;
$color-secondary: #222;
$color-tertiary: #111;
$color-alternate: #000;
// Tonals
$color-light: #fff;
$color-medium: #D8D9D9;
$color-dark: #333;
// Breakpoints
$screen-xs: 320px;
$screen-sm: 640px;
$screen-md: 768px;
$screen-lg: 1024px;
$screen-xlg: 1248px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment