Skip to content

Commit

Permalink
Revert sass update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Howard committed Aug 2, 2021
1 parent 01ed1ed commit b69b9ae
Show file tree
Hide file tree
Showing 26 changed files with 1,108 additions and 217 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,4 @@ news-theme-css
.DS_Store
.AppleDouble
.LSOverride
styleguide/*

# output of sass watcher
css
css.map
scss/index.css
scss/index.css.map
styleguide/*
143 changes: 0 additions & 143 deletions michelangelo/kss_styleguide/custom-template/package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions michelangelo/kss_styleguide/custom-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "builder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass --output-style compressed kss-assets/kss.scss kss-assets/kss.css"
"sass": "./node_modules/.bin/node-sass --output-style compressed kss-assets/kss.scss kss-assets/kss.css"
},
"devDependencies": {
"sass": "^1.36.0"
"node-sass": "^3.4.2"
}
}
Loading

0 comments on commit b69b9ae

Please sign in to comment.