4 lines
80 B
SCSS
4 lines
80 B
SCSS
$breakpoint: 720px;
|
|
|
|
$tocWidth: 320px;
|
|
$tocBreakpoint: $breakpoint + $tocWidth;
|