mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
21 lines
373 B
SCSS
21 lines
373 B
SCSS
// ===========================================================================
|
|
// iPad AND UP
|
|
|
|
|
|
|
|
@media only screen and (min-width: $iPad) {
|
|
@include with-grid-settings(12) {
|
|
|
|
// COMPONENTS
|
|
|
|
// REGIONS
|
|
@include container-iPad;
|
|
@include banner-iPad;
|
|
@include navigation-iPad;
|
|
|
|
// PAGES
|
|
|
|
// HELPERS
|
|
@include placeholder-selectors-iPad;
|
|
}
|
|
} |