From 4ff39c1fa0efea46e1c11d89fdcf6d318ec56502 Mon Sep 17 00:00:00 2001 From: SassNinja Date: Tue, 12 Jun 2018 10:49:37 +0200 Subject: [PATCH] adjust README slightly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd1ebdc..d01c267 100644 --- a/README.md +++ b/README.md @@ -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': {