Skip to content

Commit

Permalink
docs(readme): Update useable example (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekulabuhov authored and joshwiens committed Mar 15, 2017
1 parent 995f3de commit 988e58a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ So the recommended configuration for webpack is:
test: /\.useable\.css$/,
use: [
{
loader: "style-loader",
options: {
useable: true
},
loader: "style-loader/useable"
},
{ loader: "css-loader" },
],
Expand Down

0 comments on commit 988e58a

Please sign in to comment.