@import 'breakpoints';
#app {
@include phone { /* Style for smartphones. */}
@include tablet { /* Style for tablets. */}
@include tablet-landscape { /* More width than a tablet in portrait mode. */}
@include desktop { /* Things available only for desktop users. */}
@include desktop-large { /* To display fancy styles to large-desktop users. */}
}