atom-beautify/examples/simple-jsbeautifyrc/less/original/test5.less

10 lines
90 B
Plaintext

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