mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
20 lines
451 B
SCSS
20 lines
451 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;
|
|
|
|
// REGIONS
|
|
@include container-small-tablet;
|
|
@include navigation-small-tablet;
|
|
|
|
// HELPERS
|
|
@include placeholder-selectors-small-tablet;
|
|
} |