atom-beautify/examples/nested-jsbeautifyrc/less/expected/test5.less

9 lines
89 B
Plaintext

.animal {
color: red;
}
.dog {
&:extend(.animal);
&:hover {
color: green;
}
}