Sass Tutorial
Sass Useful Resources
Selected Reading
- Extending Sass
- Sass - Output Style
- Sass - Function Directives
- Sass - Mixin Directives
- Control Directives & Expressions
- Sass - @-Rules and Directives
- Sass - Script
- Sass - Comments
- Sass - CSS Extensions
- Using Sass
- Sass - Syntax
- Sass - Installation
- Sass - Overview
- Sass - Home
Sass Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Sass - CSS Extensions
Sass - CSS Extensions
In this chapter, we will study about CSS Extensions. CSS Extensions can be used to enhance the functionapty of the web pages. The following table psts down some of the CSS extensions used in SASS −
S. No. | CSS Extension & Description |
---|---|
1 | It is a way of combining multiple CSS rules within one another. |
2 | It is the process of selecting parent selector by using the & character. |
3 | It allows nesting of properties into other properties which leads to grouping of another related code. |
4 | Sass supports placeholder selector using class or id selector by making use of @extend directive. |