mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
23 lines
457 B
SCSS
23 lines
457 B
SCSS
// ===========================================================================
|
|
// iPhone AND UP
|
|
|
|
|
|
|
|
@media only screen and (min-width: $iPhone) {
|
|
|
|
// COMPONENTS
|
|
@include components-lists-iPhone;
|
|
@include current-release-iPhone;
|
|
@include slides-iPhone;
|
|
|
|
// REGIONS
|
|
@include container-iPhone;
|
|
@include banner-iPhone;
|
|
@include navigation-iPhone;
|
|
@include contentinfo-iPhone;
|
|
|
|
// PAGES
|
|
|
|
// HELPERS
|
|
@include placeholder-selectors-iPhone;
|
|
} |