We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07c9852 + 23fab97 commit 9f328adCopy full SHA for 9f328ad
README.md
@@ -97,6 +97,7 @@ Please see [Using Loaders](http://webpack.github.io/docs/using-loaders.html) for
97
**styling**
98
* [`style`](https://github.com/webpack/style-loader): Add exports of a module as style to DOM
99
* [`css`](https://github.com/webpack/css-loader): Loads css file with resolved imports and returns css code
100
+* [`cssnext`](https://github.com/cssnext/cssnext-loader): Loads and compiles a css file using [cssnext](http://cssnext.io/)
101
* [`less`](https://github.com/webpack/less-loader): Loads and compiles a less file
102
* [`sass`](https://github.com/jtangelder/sass-loader): Loads and compiles a scss file
103
* [`stylus`](https://github.com/shama/stylus-loader): Loads and compiles a stylus file
0 commit comments