The Complete Guide To SCSS/SASS
Here’s a list of my best web development tutorials.
Complete CSS flex tutorial on Hashnode.
Ultimate CSS grid tutorial on Hashnode.
Higher-order functions .map, .filter & .reduce on Hashnode.
You can follow me on Twitter to get tutorials, JavaScript tips, etc.
To start taking primary advantages of Sass all you need is just the key points.
They will be explored in this tutorial.
(I tried to be as complete as possible. But I am sure there might be a few things missing. If you have any feedback post a comment and I’ll update the article.)
Note: All Sass/SCSS code compiles back to standard CSS so the browser can actually understand and render the results. Browsers currently don’t have direct support for Sass/SCSS or any other CSS pre-processor, nor does the standard CSS specification provide alternatives for similar features (yet.)