Sass Interpolation – A Comprehensive Explanation

SASS Interpolation

In our last post, we went over Sass variables, variable scope and ends with global and default flags. We had promised our next post is going to be Sass interpolation, hence in this post we are going to discuss Sass interpolation. So you play with Sass from time to time. You are starting to enjoy… Continue reading Sass Interpolation – A Comprehensive Explanation

How to setup and use SASS in VS Code (Dart SASS support + Live page preview)

How to setup and use SASS in VS Code

SASS stands for “Syntactically Awesome Style Sheets” and it is an extension to CSS which helps us write more flexible styles – in other words, it’s a CSS preprocessor. CSS are getting larger, more complex, and harder to maintain. This is where a preprocessor can help. SASS lets you use features that don’t exist in… Continue reading How to setup and use SASS in VS Code (Dart SASS support + Live page preview)

Exit mobile version