enhance-dev / enhance-dev/postcss-shady-selectors

CSS nesting without & fails in the transform

Open
#2 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.