prettier/tests/css_combinator/leading.css

9 lines
45 B
CSS
Raw Normal View History

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