prettier/tests/css_combinator/combinator.css

12 lines
135 B
CSS
Raw Normal View History

2017-05-27 23:20:32 +03:00
-Option/root .public/section ~ .public/section:before {
}
.x .y {}
.x > .y {}
.x ~ .y {}
.x + .y {}
.x.y {}
.x .y {}
.x
.y {}