// Ensures page width is always >=320px. @include breakpoint('<=xsmall') {
html, body { min-width: 320px; }
}