broccoli-themer
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -46,3 +46,3 @@ 'use strict'; | ||
// e.g. https://github.com/substack/css-prefix | ||
match = contents.match(new RegExp('\\.' + selector + ', (.+?) {')); | ||
match = contents.match(new RegExp('\\.' + selector + ',\\s?(.+?)\\s?{')); | ||
@@ -49,0 +49,0 @@ if (match && match[1]) { |
{ | ||
"name": "broccoli-themer", | ||
"description": "Generate JSON hashmap of css selectors for theming.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "http://github.com/chrisvariety/broccoli-themer", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/chrisvariety/broccoli-themer.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3602