Skip to content

Instantly share code, notes, and snippets.

@nex3
Created September 25, 2012 19:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nex3/3783957 to your computer and use it in GitHub Desktop.
Save nex3/3783957 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