sass-site/source/assets/stylesheets/responsive/_screen.scss
2013-02-10 18:40:20 -08:00

18 lines
282 B
SCSS

// ===========================================================================
// SCREEN AND UP
@media only screen and (min-width: $screen) {
@include with-grid-settings(16) {
// COMPONENTS
// REGIONS
@include container-screen;
// PAGES
// HELPERS
}
}