Created
March 10, 2020 13:26
-
-
Save travisduffy/0f68f9aa7d6b86f8744c41652a9d4408 to your computer and use it in GitHub Desktop.
Revisions
-
travisduffy created this gist
Mar 10, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ { "name": "underscores-theme", "version": "1.0.0", "description": "An underscores WP theme w/ Sass", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "scss": "node-sass --watch --include-path scss sass/style.scss style.css --output-style=expanded --indent-type=tab --indent-width=1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "node-sass": "^4.13.1" } }