9 lines
180 B
SCSS
9 lines
180 B
SCSS
// Breakpoints
|
|
// TODO Change them in more proper values
|
|
$small: 601px;
|
|
$medium: 993px;
|
|
|
|
// Static variables (not an oxymoron)
|
|
$sidebar-width: 48px;
|
|
$explicit-separator: 0.3125em;
|