Google News
logo
Sass - Interview Questions
What are nested rules in SASS?
Nesting is combining of different logic structures. Using SASS, we can combine multiple CSS rules within one another. If you are using multiple selectors, then you can use one selector inside another to create compound selectors.
Advertisement