Skip to content

Commit 9f328ad

Browse files
committed
Merge pull request webpack#1233 from MoOx/patch-1
Add cssnext-loader to README
2 parents 07c9852 + 23fab97 commit 9f328ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Please see [Using Loaders](http://webpack.github.io/docs/using-loaders.html) for
9797
**styling**
9898
* [`style`](https://github.com/webpack/style-loader): Add exports of a module as style to DOM
9999
* [`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/)
100101
* [`less`](https://github.com/webpack/less-loader): Loads and compiles a less file
101102
* [`sass`](https://github.com/jtangelder/sass-loader): Loads and compiles a scss file
102103
* [`stylus`](https://github.com/shama/stylus-loader): Loads and compiles a stylus file

0 commit comments

Comments
 (0)