Answers for "sass css scss"

CSS
2

sass css

NOTE: you must have installed NPM Package manager if you wanna continue with this method!

EXAMPLE,use --watch in case you want to get it compiled in real time! :

FIRST: install SASS in your project, run this: npm install -g sass 

SECOND, run this:
sass --watch scss/styles.scss css/styles.css
Posted by: Guest on January-26-2022

Browse Popular Code Answers by Language