filmov
tv
Compile Sass to CSS using npm. [ EASIEST WAY!! ]
Показать описание
Hey there!
In this video, I'll be showing you the quickest way to compile Sass to CSS using npm.
Step 1:
-- Make a sass folder with a .scss file inside that folder
-- Make a css folder with a .css file inside that file
-- Write all of your Sass to your .scss file
Step 2:
-- Open terminal
-- type npm init
-- type npm i node-sass --save-dev
Step 3:
-- make a "compile:sass" script
-- define the script as below:
Step 4:
-- in the terminal type: npm run compile:sass
-- see your css file now. you'll see your new compiled code.
-- add a -w tag to the script definition so that when you're running compile:sass, it will keep updating the css file without you having to keep typing it in manually
This is the person who showed me how to do this but it's on a udemy course that costs money to see so thats why i put it on here:
Thanks for watching. Please like, subscribe, and comment what else little tricks you would like to know. Have a good day and realize the only thing holding you back from being a trillionaire is you :).. you can do it.
In this video, I'll be showing you the quickest way to compile Sass to CSS using npm.
Step 1:
-- Make a sass folder with a .scss file inside that folder
-- Make a css folder with a .css file inside that file
-- Write all of your Sass to your .scss file
Step 2:
-- Open terminal
-- type npm init
-- type npm i node-sass --save-dev
Step 3:
-- make a "compile:sass" script
-- define the script as below:
Step 4:
-- in the terminal type: npm run compile:sass
-- see your css file now. you'll see your new compiled code.
-- add a -w tag to the script definition so that when you're running compile:sass, it will keep updating the css file without you having to keep typing it in manually
This is the person who showed me how to do this but it's on a udemy course that costs money to see so thats why i put it on here:
Thanks for watching. Please like, subscribe, and comment what else little tricks you would like to know. Have a good day and realize the only thing holding you back from being a trillionaire is you :).. you can do it.
Комментарии