Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created July 16, 2013 19:36
Show Gist options
  • Save glynrob/6011903 to your computer and use it in GitHub Desktop.
Save glynrob/6011903 to your computer and use it in GitHub Desktop.
Stylus Comments
// Single-line comment, and do not output in the resulting CSS</code>
/*
* Multi-line comment only output when the compress option is not enabled.
*/
/*!
* Multi-line buffered to output the comment regardless of compression
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment