Skip to content

Commit

Permalink
Rename scss partials
Browse files Browse the repository at this point in the history
Fixes no variable error
  • Loading branch information
tmikeschu committed Feb 21, 2017
1 parent 966528c commit 2e11b65
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"private": true,
"devDependencies": {
"node-sass": "^4.5.0",
"npm-run-all": "^4.0.1",
"react-scripts": "0.7.0",
"sass-loader": "^6.0.1",
"webpack": "^0.1.3"
"webpack": "^0.1.6"
},
"dependencies": {
"react": "^15.4.2",
Expand All @@ -15,8 +16,9 @@
"scripts": {
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch",
"start": "react-scripts start",
"build": "react-scripts build",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2e11b65

Please sign in to comment.