mirror of https://github.com/webpack/webpack.git
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:
parent
8292d2f659
commit
bc6b916873
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue