Browsing Tag
scss
4 posts
3. Finale of complete SASS 🤣(longer)
You can read last 2 post from here. ❤part1 – SASS one ❤part2 – SASS two @extend The…
CSS VS SCSS
here’s a comparison of CSS and SCSS (Sass): Aspect CSS SCSS (Sass) Syntax Plain text with selectors and…
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…