Answers for "link scss to html"

CSS
0

link scss to html

/*You can't link directly, you have to compile it to CSS first*/
/*To do it run this command in your terminal, it will notice every time there is a 
change and update the CSS*/

sass --watch style.scss:style.css
Posted by: Guest on February-12-2022

Browse Popular Code Answers by Language