mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
28 lines
541 B
SCSS
28 lines
541 B
SCSS
// ===========================================================================
|
|
// iPhone AND UP
|
|
|
|
|
|
|
|
@media only screen and (min-width: $iPhone) {
|
|
// FOUNDATION
|
|
@include headings-iPhone;
|
|
|
|
// LAYOUT
|
|
@include grid-iPhone;
|
|
|
|
// COMPONENTS
|
|
@include components-lists-iPhone;
|
|
@include quick-starts-iPhone;
|
|
@include current-release-iPhone;
|
|
@include slides-iPhone;
|
|
|
|
// REGIONS
|
|
@include banner-iPhone;
|
|
@include navigation-iPhone;
|
|
@include contentinfo-iPhone;
|
|
|
|
// PAGES
|
|
|
|
// HELPERS
|
|
@include placeholder-selectors-iPhone;
|
|
} |