Skip to content

Commit

Permalink
fix: support node-sass v5.0.0 (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhevia committed Nov 2, 2020
1 parent ce6b3b8 commit c3e279f
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 113 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -148,7 +148,7 @@ Example where the `sass-loader` loader uses the `node-sass` implementation:
{
"devDependencies": {
"sass-loader": "^7.2.0",
"node-sass": "^4.0.0"
"node-sass": "^5.0.0"
}
}
```
Expand Down
247 changes: 141 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3e279f

Please sign in to comment.