postcss-modules-extract-imports
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -86,7 +86,6 @@ 'use strict'; | ||
Object.keys(imports[path]).forEach(function (importedSymbol) { | ||
rule.push(_postcss2['default'].decl({ | ||
rule.append(_postcss2['default'].decl({ | ||
value: importedSymbol, | ||
prop: imports[path][importedSymbol], | ||
raws: { before: '\n ' }, | ||
_autoprefixerDisabled: true | ||
raws: { before: '\n ' } | ||
})); | ||
@@ -93,0 +92,0 @@ }); |
{ | ||
"name": "postcss-modules-extract-imports", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A CSS Modules transform to extract local aliases for inline imports", | ||
@@ -42,3 +42,3 @@ "main": "lib/index.js", | ||
"babel-eslint": "^4.1.3", | ||
"babel-istanbul": "^0.3.20", | ||
"babel-istanbul": "^0.4.0", | ||
"babelify": "^6.1.2", | ||
@@ -45,0 +45,0 @@ "chokidar-cli": "^1.0.1", |
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
6690
82