Skip to content

Instantly share code, notes, and snippets.

@hicaro
Created January 17, 2020 06:41
Show Gist options
  • Save hicaro/da25f7f8e7386e5dcc474c4c80bd06d5 to your computer and use it in GitHub Desktop.
Save hicaro/da25f7f8e7386e5dcc474c4c80bd06d5 to your computer and use it in GitHub Desktop.
{
"name": "sass-simple-set-up",
"version": "1.0.0",
"description": "No brainer Sass set up",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass assets/scss -o assets/css",
"scss-watch": "node-sass --watch assets/scss -o assets/css"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment