Skip to content

Instantly share code, notes, and snippets.

@gasi
Last active August 29, 2015 14:02
Show Gist options
  • Save gasi/aa06a017317f4609d604 to your computer and use it in GitHub Desktop.
Save gasi/aa06a017317f4609d604 to your computer and use it in GitHub Desktop.
Stylus: Silent error on non-existent hash key
stylus --print ./hash.styl
body {
background-color: ;
/* ^^^^^ Oops */
}
$Hash = {
Key: #669999
}
body
background-color: $Hash.K3y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment