prettier/tests/css_combinator/combinator.css

12 lines
135 B
CSS

-Option/root .public/section ~ .public/section:before {
}
.x .y {}
.x > .y {}
.x ~ .y {}
.x + .y {}
.x.y {}
.x .y {}
.x
.y {}