SCSS Compiler
.apple{ color:red; &-california{ color: IndianRed; &_los-angeles{ color: green; } } }
OUTPUT
×

Save as Private