Merge pull request #120 from crucialfelix/patch-1

add a one-line description of what the style-loader actually does
master
Tobias Koppers 2016-05-11 11:25:00 +02:00
commit 50af215f06
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# style loader for webpack
Adds CSS to the DOM by injecting a `<style>` tag
## Usage
[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)