selector_nest($selectors...)
Return a new selector with all selectors in $selectors
nested beneath one another as though they had been nested in the stylesheet as $selector1 { $selector2 { ... } }
.
Unlike most selector functions, selector-nest
allows the parent selector &
to be used in any selector but the first.
Please login to continue.