Sass @ Rules

You are Here:

Sass @ Rules

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

RulesExplanation
@mixinAllows you to define styles that can be re-used throughout your stylesheet.
@includeAllows you to include mixins into the current context.
@functionAllows you to define complex operations on SassScript values that you can re-use throughout your stylesheet.
@returnIndicates the value to use as the result of calling a function.
@extendAllows you to inherit the styles of one selector to the another.
@errorAllows you to throw an error and stop further execution.
@warnAllows you to throw a warning, but it will not stop executing further.
@debugAllows you to see the value of a variable or expression while you're developing your stylesheet.
@at-rootAllows you to whether or not to target the root of the document instead of using the normal nesting.
@importAllows us to combine multiple Sass files into one CSS file.

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