Created
October 28, 2014 17:20
-
-
Save kiwiupover/25257cb48f2015b4db1d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
| <div class="dave">Dave</div> |
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
| // ---- | |
| // libsass (v3.0) | |
| // ---- | |
| @mixin screen-400 | |
| @media only screen and (min-width: 400px) | |
| @content | |
| @mixin landscape | |
| @media only screen and (orientation : landscape) | |
| @content | |
| +landscape | |
| +screen-400 | |
| .dave | |
| padding: 10px |
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
| stdin:2: body for @mixin screen-400 must begin with a '{' |
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
| <div class="dave">Dave</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment