Skip to content

Instantly share code, notes, and snippets.

@sturobson
Forked from nex3/gist:3783957
Created October 1, 2012 22:00
Show Gist options
  • Save sturobson/3814729 to your computer and use it in GitHub Desktop.
Save sturobson/3814729 to your computer and use it in GitHub Desktop.
$ echo '@media screen {@media (min-width: 200px) {a: b}}' | scss
@media screen and (min-width: 200px) {
a: b; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment