next-app-boilerplate/styles/abstracts/_variables.scss

7 lines
109 B
SCSS
Raw Normal View History

$default-transition: 0.3s ease;
2022-02-12 23:07:11 +01:00
$breakpoints: (
small: 320px,
medium: 768px,
large: 1024px
2022-02-12 23:07:11 +01:00
) !default;