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
9.
Advanced Concepts
9.1.
Interpolation
9.1.1.
Use in Selectors
9.1.2.
Use in Property Names
9.1.3.
Use in Quoted Strings
9.1.4.
Dynamic Variable Names
9.2.
The Sass Module System
9.2.1.
Problems with `@import`
9.2.1.1.
Global Namespace Issues
9.2.1.2.
Performance and Maintainability
9.2.2.
The `@use` Rule
9.2.2.1.
Loading Modules
9.2.2.2.
Namespacing
9.2.2.3.
Configuring Modules with `with`
9.2.3.
The `@forward` Rule
9.2.3.1.
Exposing Members of Another Module
9.2.3.2.
Hiding and Showing Members
9.2.4.
Migrating from `@import` to `@use`
9.2.4.1.
Refactoring Existing Code
9.2.4.2.
Compatibility Considerations
Previous
8. Functions
Go to top
Next
10. Best Practices and Project Architecture