Categories
How to implement element stacking in Sass?
How would it look like in Sass? .class+.class { //... }
Answer the question
In order to leave comments, you need to log in
.class { &+.class {color: red;} }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question