blog/src/styles/_variables.scss
2023-09-08 05:10:52 -05:00

5 lines
80 B
SCSS

$breakpoint: 720px;
$tocWidth: 320px;
$tocBreakpoint: $breakpoint + $tocWidth;