Skip to content

Commit 5ab366a

Browse files
committed
Remove obsolete chapter on Contribution
Should be fixed with 3fd82af
1 parent 0da584f commit 5ab366a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,6 @@ module.exports = {
133133

134134
If you want to view the original Sass files inside Chrome and even edit it, [there's a good blog post](https://medium.com/@toolmantim/getting-started-with-css-sourcemaps-and-in-browser-sass-editing-b4daab987fb0). Checkout [test/sourceMap](https://github.com/jtangelder/sass-loader/tree/master/test) for a running example. Make sure to serve the content with an HTTP server.
135135

136-
## Contribution
137-
138-
### How to run test
139-
```bash
140-
mkdir -p test/node_modules/ && touch test/node_modules/some-module.s{a,c}ss && touch test/node_modules/underscore.s{a,c}ss
141-
npm test
142-
```
143-
144136
## License
145137

146138
MIT (http://www.opensource.org/licenses/mit-license.php)

0 commit comments

Comments
 (0)