-
Notifications
You must be signed in to change notification settings - Fork 12
Breakpoint Mixin
Lara Schenck edited this page Aug 28, 2019
·
2 revisions
Located in @penskemediacorp/larva-scss/dist/tools.scss.
Available breakpoints:
-
desktop-xl
- min-width: 1260px -
desktop
- min-width: 1000px -
desktop-max
- max-width: 999px -
tablet
- min-width: 768px -
mobile-max
- max-width: 767px
@import 'setup'; // Should include tools.scss from larva-scss.
.u-order-n1\@desktop {
@include pmc-breakpoint( desktop ) {
order: -1
}
}