mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
18 lines
282 B
SCSS
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
|
|
}
|
|
} |