
Require Installation:
- Make sure that you have installed npm. what is npm ? npm is the world’s largest software registry. Open source developers from every continent use npm to share and borrow packages, and many organizations use npm to manage private development as well.
Get start with HTML proejct:
- create a folder project in your directory
- open the folder with Visaul studio Code (Recommend)
- open new terminal or Ctrl + `
- run command
- then run npm install -g sass
- then create new asset folder in project folder directory
- create file namefile.scss
- then create stylename.css
- and to start Compile the SCSS or SASS with command
after done you will see /*# sourceMappingURL=style.css.map */ on your stylename.css file and stylename.css.map in the same folder.
Post a Comment