prettier/tests/css_combinator/leading.css

9 lines
45 B
CSS

a {
> * {
}
&, > * {
}
+ * {
}
}