sass-site/source/assets/stylesheets/responsive/_screen.scss

18 lines
282 B
SCSS
Raw Normal View History

2013-02-11 03:39:30 +01:00
// ===========================================================================
// SCREEN AND UP
@media only screen and (min-width: $screen) {
@include with-grid-settings(16) {
// COMPONENTS
// REGIONS
@include container-screen;
// PAGES
// HELPERS
}
}