juanca / stylelint-css-modules

Stylelint ruleset for CSS modules
10 stars 1 forks source link

Detect a class name with an attribute selector #15

Closed juanca closed 4 years ago

juanca commented 4 years ago

Looks like the following throws:

.icon-base[role="button"] {
  cursor: pointer;
}

.foo {
  compose: icon-base;
}