Skip to content

Instantly share code, notes, and snippets.

@mihir1337
Forked from mdsalim/node sass
Created September 4, 2018 07:44
Show Gist options
  • Select an option

  • Save mihir1337/362eb9767b7efb921e9c44c84b74ab83 to your computer and use it in GitHub Desktop.

Select an option

Save mihir1337/362eb9767b7efb921e9c44c84b74ab83 to your computer and use it in GitHub Desktop.
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