postcss-wrapper-loader
Advanced tools
Comparing version 0.0.2 to 1.0.0
@@ -19,2 +19,5 @@ const _ = require('lodash/fp'); | ||
return function(selector) { | ||
if(selector === 'html') { | ||
return selector+prefix; | ||
} | ||
return _.join(' ', [prefix, selector]); | ||
@@ -21,0 +24,0 @@ }; |
{ | ||
"name": "postcss-wrapper-loader", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"private": false, | ||
@@ -15,3 +15,5 @@ "description": "This plugin wraps all the cssClasses in a css file with a prefix class while webpack bundled. It helps to scope a specific css file with a prefix class", | ||
"keywords": [ | ||
"postcss-wrapper" | ||
"postcss-wrapper", | ||
"global class wrapper", | ||
"parent class wrapper" | ||
], | ||
@@ -18,0 +20,0 @@ "author": "Farhad Yasir", |
@@ -0,0 +0,0 @@ ## PostCss Wrapper Loader for Webpack |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3914
42
2