Skip to content

Commit

Permalink
adjust README slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
SassNinja committed Jun 12, 2018
1 parent 03c4f53 commit 4ff39c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ By default the params of the extracted media query is converted to kebab case an

### whitelist

By default the plugin extracts all media queries into separate files. If you want it to only extract the ones you've defined a certain name for (see `queries` option) you can set the option `whitelist` true. This ignores all media queries that don't have a custom name defined.
By default the plugin extracts all media queries into separate files. If you want it to only extract the ones you've defined a certain name for (see `queries` option) you have to set this option `true`. This ignores all media queries that don't have a custom name defined.

```javascript
'postcss-extract-media-query': {
Expand Down

0 comments on commit 4ff39c1

Please sign in to comment.