-
-
Save mihir1337/362eb9767b7efb921e9c44c84b74ab83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version | |
| ---------- | |
| node -v | |
| for folder select | |
| ------- | |
| cd Desktop/sinax/sinax | |
| for sass install | |
| -------- | |
| npm init | |
| npm install node-sass --save-dev | |
| for run sass | |
| ------- | |
| npm run compile:sass | |
| package.json | |
| ------------ | |
| "compile:sass": "node-sass assets/scss/main.scss assets/css/style.css -w" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment