SASS - The Complete SASS Course (CSS Preprocessor)

What you will learn
Learn about what SASS is and how to write it
Install SASS Compiler
Learn about basics of SASS: Variables, Nesting, Mixins, Extend, Functions, Placeholder Selectors and much more...
Build and style website using basics of SASS
Learn about Advanced SASS topics: Data Types, Interpolation, Loops, If Directive and more...
Build and design website based on advanced SASS
Practice a lot in CSS
Course Gallery




Charts
Comidoc Review
Our Verdict
This comprehensive SASS course offers a thorough introduction to the popular CSS extension, covering all the basics from variables and nesting to advanced topics like loops and if directives. With practical projects and engaging teaching methods that encourage active learning, students can gain hands-on experience while building modern websites. However, some aspects of the course could be improved, including occasional errors in code output and limited explanations of certain functions and decisions. Additionally, outdated features such as @import are still used instead of the recommended @use syntax. Overall, this solid tutorial is a great starting point for those wanting to explore SASS's capabilities and integrate it into their web development workflow.
What We Liked
- In-depth coverage of SASS basics, including variables, nesting, mixins, and functions
- Practical projects that demonstrate the use of SASS in modern web development
- Clear and concise explanations of complex concepts
- Engaging teaching style that promotes active learning
Potential Drawbacks
- Some areas where code output does not match instructor's results, potentially due to typo errors
- Limited explanation of certain functions and decisions in some cases
- Occasional use of deprecated features such as @import instead of @use
- Code could be made more semantic