joexn / LegacyCSS

Legacy CSS - Modern and Lightweight CSS Framework
Other
45 stars 7 forks source link

Retain comments after build #51

Closed nloveladyallen closed 8 years ago

nloveladyallen commented 8 years ago

This uses a feature of SASS called "loud comments," meaning they are in the compiled version, even if it's minified. Here's the syntax:

/*! first line

 second line, with one or more spaces before it (that's important)
 the ending line also has a space before it

 */
joexn commented 8 years ago

Thanks for this.