From d5a0a4ec8062fef4b17079fa067b0a4cc5c8476e Mon Sep 17 00:00:00 2001 From: Fernando Montoya Date: Mon, 23 Jan 2017 06:29:07 -0500 Subject: [PATCH] Fix Maintainer section look --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fb8a253..4cfb9bbc 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ To be compatible with existing css files (if not in CSS Module mode): |**`modules`**|`false`|Enable/Disable CSS Modules| |**`import`** |`true`| Enable/Disable @import handling| |**`url`**|`true`| Enable/Disable `url()` handling| -|**`minimize`**|`false`|Enable/Disable minification| +|**`minimize`**|`false`|Enable/Disable minification| |**`sourceMap`**|`false`|Enable/Disable Sourcemaps| |**`camelCase`**|`false`|Export Classnames in CamelCase| |**`importLoaders`**|`0`|Number of loaders applied before CSS loader| @@ -399,7 +399,7 @@ import { className } from 'file.css'; - +
Tobias Koppers