Skip to content

Instantly share code, notes, and snippets.

@kiwiupover
Created October 28, 2014 17:20
Show Gist options
  • Select an option

  • Save kiwiupover/25257cb48f2015b4db1d to your computer and use it in GitHub Desktop.

Select an option

Save kiwiupover/25257cb48f2015b4db1d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="dave">Dave</div>
// ----
// 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
stdin:2: body for @mixin screen-400 must begin with a '{'
<div class="dave">Dave</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment