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
3.
Sass Syntaxes
3.1.
SCSS
3.1.1.
Superset of CSS
3.1.1.1.
Compatibility with Standard CSS
3.1.2.
File Extension
3.1.3.
Brace and Semicolon Syntax
3.1.3.1.
Syntax Rules
3.1.3.2.
Example Structure
3.2.
Indented Syntax
3.2.1.
Original Sass Syntax
3.2.1.1.
Key Differences from SCSS
3.2.2.
File Extension
3.2.3.
Indentation and Newline Syntax
3.2.3.1.
Syntax Rules
3.2.3.2.
Example Structure
3.3.
Choosing Between SCSS and Sass
3.3.1.
Syntax Preferences
3.3.2.
Project and Team Considerations
3.3.3.
Tooling and Community Support
Previous
2. Setting Up a Sass Development Environment
Go to top
Next
4. Core Sass Features