Pattern: Malformed CSS syntax
Issue: -
This rule examinate CSS syntax. It checks at-rules and declaration values to match W3C specs and browsers extensions.
The following patterns are considered violations:
.first { color: red green }
.second { color: 1 }
The following patterns are not considered violations:
.first { color: red }
.second { color: #123456 }