2013-02-09 04:10:33 +01:00
|
|
|
// ===========================================================================
|
|
|
|
// SMALL TABLET AND UP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: $small-tablet) {
|
|
|
|
// FOUNDATION
|
2013-02-11 00:04:29 +01:00
|
|
|
@include headings-small-tablet;
|
2013-02-09 04:10:33 +01:00
|
|
|
|
|
|
|
// COMPONENTS
|
|
|
|
@include components-lists-small-tablet;
|
2013-02-24 07:04:16 +01:00
|
|
|
@include get-started-small-tablet;
|
2013-02-11 03:39:30 +01:00
|
|
|
@include slides-small-tablet;
|
2013-02-09 04:10:33 +01:00
|
|
|
|
|
|
|
// REGIONS
|
|
|
|
@include navigation-small-tablet;
|
|
|
|
|
|
|
|
// HELPERS
|
|
|
|
@include placeholder-selectors-small-tablet;
|
|
|
|
}
|