Open aaronbeall opened 7 years ago
Given this CSS:
:global .top { & .inner { } }
The generated typings correctly exclude top but incorrectly include inner.
top
inner
I believe the problem is deeper than this plugin, and lives here: https://github.com/css-modules/postcss-modules-local-by-default/issues/45
Given this CSS:
The generated typings correctly exclude
top
but incorrectly includeinner
.