1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/stylesheets/breakpoint-xxl.scss
2023-07-31 14:08:08 +00:00

6 lines
75 B
SCSS

@mixin breakpoint-xxl {
@media (min-width: 1400px) {
@content;
}
}