Sass Selector Functions

You are Here:

Sass Selector Functions

The following are the list of inbuilt selector functions available in Sass language.

FunctionsExplanation
is-superselector()Returns whether the selector $super matches all the elements that the selector $sub matches.
selector-append()Combines $selectors without descendant combinators—that is, without whitespace between them.
selector-extend()Replaces all instances of $extendee in $selector with $extendee, $extender.
selector-nest()Combines $selectors as though they were nested within one another in the stylesheet.
selector-parse()Returns $selector in the selector value format.
selector-replace()Returns a copy of $selector with all instances of $original replaced by $replacement.
selector-unify()Returns a selector that matches only elements matched by both $selector1 and $selector2.
simple-selectors()Returns a list of simple selectors in $selector.

Reminder

Hi Developers, we almost covered 99.1% of Sass Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in Sass.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author