Created
January 17, 2020 06:41
-
-
Save hicaro/da25f7f8e7386e5dcc474c4c80bd06d5 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
{ | |
"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