Skip to content

Instantly share code, notes, and snippets.

@hpoom
Created November 13, 2014 16:29
Show Gist options
  • Save hpoom/40c01e575157fa3e802a to your computer and use it in GitHub Desktop.
Save hpoom/40c01e575157fa3e802a to your computer and use it in GitHub Desktop.
// This comment should vanish
@color: #4D926F;
#rudeWord {
color: @color;
}
h2 {
color: @color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment