@import "shared"; // Import base typography into the cascade (if required) @import "libs/typography"; // Import form styles into the cascade (if required) @import "libs/forms"; /* ::Layout styles - Layouts hold one or more modules together. */ /* ------------------------------------------------------------ */ // The main styles file @import "partials/base"; @media only screen and (min-width: 30em) { @import "partials/30em"; } @media only screen and (min-width: 40em) { @import "partials/40em"; } @media only screen and (min-width: 48em) { @import "partials/48em"; } @media only screen and (min-width: 53em) { @import "partials/53em"; } @media only screen and (min-width: 60em) { @import "partials/60em"; } @media only screen and (min-width: 67.5em) { @import "partials/67_5em"; } @media only screen and (min-width: 70em) { @import "partials/70em"; } @media only screen and (min-width: 85em) { @import "partials/85em"; } @import "partials/highdpi"; // Import Magnific popup styles @import "libs/magnific"; // Print styles @media print { @import "print"; }