11 lines
165 B
SCSS
11 lines
165 B
SCSS
$base_font_size:16px;
|
|
|
|
// grid
|
|
$default_gap: 1em;
|
|
$default_sum: 12; // total number of columns
|
|
|
|
$small-bp:768px;
|
|
$med-bp:1080px;
|
|
$ipad-bp: 1536px;
|
|
$large-bp:1900px;
|