mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
20 lines
447 B
SCSS
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;
|
|
} |