Which Sass function is used check whether the super selector matches all the elements that sub matches?
Options:
Explanation:
The
is-superselector(super, sub) function is used to check whether the super selector matches all the elements that sub matches.
Tags:
SASS
Computer
Answer:
Which Sass function is used check whether the super selector matches all the elements that sub matches is-superselector(super, sub).