Disallow attribute selectors.
a[rel="external"] {}
/** ↑
* This type of selector */The following patterns are considered warnings:
[foo] {}a[rel="external"] {}a,
.foo[type="text"] {}a > [foo] {}The following patterns are not considered warnings:
.foo {}#foo {}.bar > #foo {}#foo.bar {}