sass-site/source/assets/stylesheets/responsive/_small-tablet.scss

23 lines
437 B
SCSS
Raw Normal View History

2013-02-09 04:10:33 +01:00
// ===========================================================================
// SMALL TABLET AND UP
@media only screen and (min-width: $small-tablet) {
// FOUNDATION
// LAYOUT
@include grid-small-tablet;
// COMPONENTS
@include components-lists-small-tablet;
@include quick-starts-small-tablet;
// REGIONS
@include navigation-small-tablet;
// PAGES
// HELPERS
@include placeholder-selectors-small-tablet;
}