Created
March 10, 2020 13:26
-
-
Save travisduffy/0f68f9aa7d6b86f8744c41652a9d4408 to your computer and use it in GitHub Desktop.
Easy, no-Gulp Sass compiling for the WP underscores theme
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": "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" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment