Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "icon-maker", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
module.exports = (cssContents, isLocalCss) => cssContents | ||
.replace(/vertical\-align: top;\n/g, '') | ||
.replace(isLocalCss ? /(\..*?){/g : '', isLocalCss ? ((_, w) => `:local(${w.trim()}) {`) : ''); // Change class to locale class |
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
2860
67