prettier/tests/css_extend/extend.css

12 lines
111 B
CSS

.foobar {
&:extend(.foo);
}
.thing {
&:hover {
background-color: blue;
.thing-child {
}
}
}