selector_replace($selector, $original, $replacement)
Replaces all instances of $original
with $replacement
in $selector
This works by using @extend
and throwing away the original selector. This means that it can be used to do very advanced replacements; see the examples below.
Please login to continue.