Categories
How to nest classes through the ">" sign in SASS?
There is such a nesting in scss:
parent { /*...styles...*/ child { /*..styles..*/ } }
Answer the question
In order to leave comments, you need to log in
parent { /*...styles...*/ > child { /*..styles..*/ } }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question