Skip to content

Instantly share code, notes, and snippets.

@travisduffy
Created March 10, 2020 13:26
Show Gist options
  • Save travisduffy/0f68f9aa7d6b86f8744c41652a9d4408 to your computer and use it in GitHub Desktop.
Save travisduffy/0f68f9aa7d6b86f8744c41652a9d4408 to your computer and use it in GitHub Desktop.
Easy, no-Gulp Sass compiling for the WP underscores theme
{
"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