2013-02-08 19:10:33 -08:00
|
|
|
// ===========================================================================
|
|
|
|
// SMALL TABLET AND UP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: $small-tablet) {
|
|
|
|
// FOUNDATION
|
2013-02-10 15:04:29 -08:00
|
|
|
@include headings-small-tablet;
|
2013-02-08 19:10:33 -08:00
|
|
|
|
|
|
|
// COMPONENTS
|
|
|
|
@include components-lists-small-tablet;
|
2013-02-23 22:04:16 -08:00
|
|
|
@include get-started-small-tablet;
|
2013-02-10 18:39:30 -08:00
|
|
|
@include slides-small-tablet;
|
2013-02-08 19:10:33 -08:00
|
|
|
|
|
|
|
// REGIONS
|
|
|
|
@include navigation-small-tablet;
|
|
|
|
|
|
|
|
// HELPERS
|
|
|
|
@include placeholder-selectors-small-tablet;
|
|
|
|
}
|