atom-beautify/examples/nested-jsbeautifyrc/sass/expected/alphasort1.scss

6 lines
126 B
SCSS

.example() {
.base-apple();
// Sets base apple color to red
.apple-color(@color-green);
// Sets apple color to green
}