Useful Links
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
Advanced Concepts
Interpolation
Use in Selectors
Use in Property Names
Use in Quoted Strings
Dynamic Variable Names
The Sass Module System
Problems with `@import`
Global Namespace Issues
Performance and Maintainability
The `@use` Rule
Loading Modules
Namespacing
Configuring Modules with `with`
The `@forward` Rule
Exposing Members of Another Module
Hiding and Showing Members
Migrating from `@import` to `@use`
Refactoring Existing Code
Compatibility Considerations
Previous
8. Functions
Go to top
Next
10. Best Practices and Project Architecture