typed-css-modules icon indicating copy to clipboard operation
typed-css-modules copied to clipboard

Definitions are created for nested global class names

Open aaronbeall opened this issue 8 years ago • 1 comments

Given this CSS:

:global .top {
  & .inner {
  }
}

The generated typings correctly exclude top but incorrectly include inner.

aaronbeall avatar Feb 03 '17 22:02 aaronbeall