Skip to content

Instantly share code, notes, and snippets.

View dealonzo's full-sized avatar

Denis Castro dealonzo

View GitHub Profile
//breakpoint
$tablet: new-breakpoint(min-width 450px);
header {
.logo {
@include outer-container()
@include media(tablet) {
@include span-columns(6)
}