hippie-style/modules/breakpoint/_breakpoint_module.scss
Stephan b60dd80cd5 added current state from hippie main repo
commit state 175816
source/style/hippie
2019-11-12 20:18:02 +01:00

47 lines
655 B
SCSS

.query_goingLarge {
@include goingLarge($screen_tiny) {};
}
.query_goingSmall {
@include goingSmall($screen_gigantic) {};
}
.query_phoneUp {
@include forPhoneUp {}
}
.query_phoneOnly {
@include forPhoneOnly {}
}
.query_tabletPortaitOnly {
@include forTabletPortraitOnly {
}
}
.query_tabletPortraitUp {
@include forTabletPortraitUp {
}
}
.query_tabletLandscapeOnly {
@include forTabletLandscapeOnly {}
}
.query_tabletLandscapeUp {
@include forTabletLandscapeUp {}
}
.query_desktopOnly {
@include forDesktopOnly {
}
}
.query_desktopUp {
@include forDesktopUp {
}
}
.query_bigDesktopUp {
@include forBigDesktopUp {}
}