Skip to content

Commit

Permalink
updated usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasAlabes committed Nov 28, 2016
1 parent a35b619 commit f8aae27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ You can also specify your stylelint for stylefmt to use:
```javascript
"module": {
"loaders": [
{"test": /\.css/, "loader": "css!postcss!stylefmt?config=.stylelintrc"}
{
test: /\.css/,
loader: 'stylefmt-loader',
query: {
config: '.stylelintrc'
}
}
]
}
```
Expand Down

0 comments on commit f8aae27

Please sign in to comment.