Pattern: First line is empty
Issue: -
Disallow empty first lines.
The following patterns are considered violations:
\n
/** ↑
* This newline */
a { color: pink; }
\n
a { color: pink; }
The following patterns are not considered violations:
a { color: pink; }