Browsing Tag
sass
6 posts
3. Finale of complete SASS 🤣(longer)
You can read last 2 post from here. ❤part1 – SASS one ❤part2 – SASS two @extend The…
Why Use Sass?
Syntactically Awesome Style Sheets, or SASS for short, is preprocessor for CSS. It claims to be the most…
CSS vs SASS!
When it comes to styling web pages, there are a few different options to choose from. One of…
5 Quick Steps Transpiling SCSS to CSS Using Node (with watch & minify mode)
I use vscode editor on Windows10 1. Install Node.js First download node from the official website nodejs.org, and…
How to add SASS to your project ? 🤔
The previous article explained what SASS is and why it’s preferable to use it rather than CSS. Right…
Responsive Font Sizes with Sass Maps and @each
Hi, there! Today, you will learn how to create responsive font sizes with Sass maps and @each method.…