Skip to content

Instantly share code, notes, and snippets.

@LadyCarni
Created October 11, 2018 16:34
Show Gist options
  • Save LadyCarni/007f5fd6573018c0bb169708db5450e6 to your computer and use it in GitHub Desktop.
Save LadyCarni/007f5fd6573018c0bb169708db5450e6 to your computer and use it in GitHub Desktop.
standard variables
/* stylelint-disable */
$app-font: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
$code-font: 'Courier New', monospace;
$white: #fff;
$off-white: #f9f9f9;
$light-grey: #ededed;
$mid-grey: #999;
$mute-grey: #383838;
$dark-grey: #272525;
$black: #000;
$brand-color: #009cd8;
$dark-brand-color: darken($brand-color, 20%);
$text-color: rgb(40, 38, 37);
$link-color: $brand-color;
$max-width: 1180px;
$mobile-size: 400px;
$phablet-size: 675px;
$breakpoints: (
'small': 320px,
'medium': 768px,
'large': 1024px,
);
/* stylelint-enable */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment