Pattern: Empty CSS comment
Issue: -
Disallow empty comments.
Caveat: Comments within selector and value lists are currently ignored.
The following patterns are considered violations:
/* */
/** ↑
* Comments like this */
/**/
/*
*/
The following patterns are not considered violations:
/* comment */
/*
* Multi-line Comment
**/