sass-site/source/assets/stylesheets/responsive/_small-tablet.scss
2013-02-23 22:04:16 -08:00

20 lines
447 B
SCSS

// ===========================================================================
// SMALL TABLET AND UP
@media only screen and (min-width: $small-tablet) {
// FOUNDATION
@include headings-small-tablet;
// COMPONENTS
@include components-lists-small-tablet;
@include get-started-small-tablet;
@include slides-small-tablet;
// REGIONS
@include navigation-small-tablet;
// HELPERS
@include placeholder-selectors-small-tablet;
}