sass-site/source/assets/css/responsive/_small-tablet.scss
₍˄ุ.͡˳̫.˄ุ₎ 92f17202ec Lots of clean up.
2013-10-14 15:52:40 -04: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;
}