enhance-dev / enhance-dev/postcss-shady-selectors
CSS nesting without & fails in the transform
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The following is valid where the `&` is inferred but our style transform falis.
```css
.stuff {
> div {
color:red;
}
}
```
I added this failing test case in the [`nesting-bug` branch](https://github.com/enhance-dev/postcss-shady-selectors/tree/nesting-bug).
Contributor guide
Assessment
This issue has not been assessed yet.