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

7 lines
127 B
SCSS

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