Skip to content

Instantly share code, notes, and snippets.

@jenjwong
Created April 10, 2018 02:50
Show Gist options
  • Save jenjwong/3678664b80765e849c9ac5d31aea5e50 to your computer and use it in GitHub Desktop.
Save jenjwong/3678664b80765e849c9ac5d31aea5e50 to your computer and use it in GitHub Desktop.
.wrapper {
> aside {
display: none;
}
@include mq($from: $mobile-xl) {
display: grid;
height: 100vh;
grid-template-columns: 8rem 1fr;
> aside {
display: flex;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment