Created
July 16, 2013 19:36
-
-
Save glynrob/6011903 to your computer and use it in GitHub Desktop.
Stylus Comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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