Update deprecated cssnext link

Deprecated link (https://github.com/MoOx/cssnext-loader) updated to new link (https://github.com/MoOx/postcss-cssnext)
This commit is contained in:
Marcus Bransbury 2016-09-20 13:54:56 +01:00 committed by GitHub
parent 8292d2f659
commit bc6b916873
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ Please see [Using Loaders](https://webpack.github.io/docs/using-loaders.html) fo
**styling**
* [`style`](https://github.com/webpack/style-loader): Add exports of a module as style to DOM
* [`css`](https://github.com/webpack/css-loader): Loads css file with resolved imports and returns css code
* [`cssnext`](https://github.com/MoOx/cssnext-loader): Loads and compiles a css file using [cssnext](http://cssnext.io/)
* [`cssnext`](https://github.com/MoOx/postcss-cssnext): Loads and compiles a css file using [cssnext](http://cssnext.io/)
* [`less`](https://github.com/webpack/less-loader): Loads and compiles a less file
* [`sass`](https://github.com/jtangelder/sass-loader): Loads and compiles a scss file
* [`stylus`](https://github.com/shama/stylus-loader): Loads and compiles a stylus file