17 lines
126 B
SCSS
17 lines
126 B
SCSS
|
/*
|
||
|
|
||
|
COLORS
|
||
|
|
||
|
$primary: #;
|
||
|
$secondary: #;
|
||
|
$tertiary: #;
|
||
|
$neutral: #;
|
||
|
$white: #;
|
||
|
$black: #;
|
||
|
|
||
|
FONTS
|
||
|
|
||
|
$head: ;
|
||
|
$body: ;
|
||
|
$mono: ;
|
||
|
*/
|