Skip to content

Commit

Permalink
Update sass-loader to 7.0.1 (facebook#4376)
Browse files Browse the repository at this point in the history
* Update sass-loader (facebook#4363)

* Added bootstrap scss test (facebook#4376)
  • Loading branch information
Mikhail Osher authored and iansu committed Apr 28, 2018
1 parent da4a87f commit 458336b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.36",
"@babel/polyfill": "7.0.0-beta.36",
"@babel/register": "7.0.0-beta.36",
"bootstrap": "4.1.0",
"chai": "3.5.0",
"jsdom": "9.8.3",
"mocha": "3.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "~bootstrap/scss/bootstrap";

#feature-scss-inclusion {
background: ghostwhite;
color: crimson;
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"raf": "3.4.0",
"react-dev-utils": "^5.0.0",
"resolve": "1.6.0",
"sass-loader": "7.0.0",
"sass-loader": "7.0.1",
"style-loader": "0.19.1",
"svgr": "1.8.1",
"sw-precache-webpack-plugin": "0.11.4",
Expand Down

0 comments on commit 458336b

Please sign in to comment.