sass-site/source/assets/stylesheets/responsive/_small-tablet.scss
2013-02-10 18:40:20 -08:00

20 lines
448 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 quick-starts-small-tablet;
@include slides-small-tablet;
// REGIONS
@include navigation-small-tablet;
// HELPERS
@include placeholder-selectors-small-tablet;
}