If you have any query feel free to chat us!
Happy Coding! Happy Learning!
To set up SCSS, you will need to follow these steps:
Copy code
npm install node-sass
styles.scss
or anything you like.styles.scss
file.public
folder in your project directory.css
folder inside the public
folder.style.css
file inside the css
folder.bashCopy code
node-sass --watch <path_to_scss_file>/styles.scss <path_to_css_file>/style.css
<path_to_scss_file>
with the actual path to your SCSS file and <path_to_css_file>
with the actual path to your CSS file. For example, if your styles.scss
file is located in the root directory of your project and you created the style.css
file in public/css
directory, then you should run the following command:arduinoCopy code
node-sass --watch styles.scss public/css/style.css
styles.scss
file, node-sass will automatically compile it into a style.css
file.bashCopy code
<link rel="stylesheet" href="/css/style.css">
Mini Assignment:
styles.scss
file.link
tag.
Comments: 2
I am not able to access videos from second class and further. I have already completed first class
When will I get my course?
Now, Your query was resolved.