Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Last active November 3, 2015 23:16
Show Gist options
  • Save chriseppstein/b85489afd36f6e12019f to your computer and use it in GitHub Desktop.
Save chriseppstein/b85489afd36f6e12019f to your computer and use it in GitHub Desktop.
This file is both a legal .scss and a legal .sass file but they compile to different results.
.foo
//
{ color: red; }
/*
color: blue
//
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment