sass-site/source/assets/css/responsive/_screen.scss
₍˄ุ.͡˳̫.˄ุ₎ 92f17202ec Lots of clean up.
2013-10-14 15:52:40 -04: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
}
}