CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.76k stars 484 forks source link

Single-line comment warning #755

Open hightower5 opened 5 years ago

hightower5 commented 5 years ago

Single-line

Single-line comments look like JavaScript comments, and do not output in the resulting CSS:

// I'm a comment!

Stylus marks comment as error.