beyond-css-course-material/challenges/06-custom-props/_breakpoints.scss

6 lines
64 B
SCSS

$breakpoints: (
small: 30em,
medium: 45em,
large: 65em
);