Created
April 10, 2018 02:50
-
-
Save jenjwong/3678664b80765e849c9ac5d31aea5e50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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