css-brunch
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -20,5 +20,6 @@ 'use strict'; | ||
this.config = cfg.plugins && cfg.plugins.css || {}; | ||
this.modules = !!(this.config.modules || this.config.cssModules); | ||
} | ||
compile(params) { | ||
if (this.config.cssModules) { | ||
if (this.modules) { | ||
return cssModulify(params.path, params.data, params.map); | ||
@@ -25,0 +26,0 @@ } else { |
{ | ||
"name": "css-brunch", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Adds CSS support to brunch.", | ||
@@ -5,0 +5,0 @@ "author": "Paul Miller (http://paulmillr.com/)", |
8123
137