UsefulLinks
Computer Science
Web Development
Frontend Frameworks and Libraries
Sass and SCSS
1. Introduction to CSS Preprocessing
2. Setting Up a Sass Development Environment
3. Sass Syntaxes
4. Core Sass Features
5. Reusability and Abstraction
6. Sass Data Types
7. Control Directives and Expressions
8. Functions
9. Advanced Concepts
10. Best Practices and Project Architecture
6.
Sass Data Types
6.1.
Numbers
6.1.1.
With and Without Units
6.1.1.1.
Supported Units
6.1.2.
Calculations and Operators
6.1.2.1.
Arithmetic Operations
6.1.2.2.
Unit Compatibility
6.2.
Strings
6.2.1.
Quoted Strings
6.2.2.
Unquoted Strings
6.2.3.
String Concatenation
6.2.4.
String Interpolation
6.3.
Colors
6.3.1.
Hexadecimal Colors
6.3.2.
RGB and RGBA Colors
6.3.3.
HSL and HSLA Colors
6.3.4.
Named Colors
6.3.5.
Color Functions
6.3.5.1.
Manipulating Color Values
6.4.
Booleans
6.4.1.
`true` Value
6.4.2.
`false` Value
6.4.3.
Use in Conditionals
6.5.
`null`
6.5.1.
Use in Logic and Defaults
6.6.
Lists
6.6.1.
Space-separated Lists
6.6.2.
Comma-separated Lists
6.6.3.
List Functions
6.6.3.1.
Accessing List Items
6.6.3.2.
Modifying Lists
6.7.
Maps
6.7.1.
Key-Value Pairs
6.7.2.
Map Functions
6.7.2.1.
Accessing Map Values
6.7.2.2.
Modifying Maps
Previous
5. Reusability and Abstraction
Go to top
Next
7. Control Directives and Expressions