Comparing version 1.0.2 to 1.0.3
@@ -87,2 +87,4 @@ const path=require('path'); | ||
const m4=/(?<=[\/][\s]*)([A-Za-z0-9-_]+)(?=[\s]*[;|}])/g; | ||
const m5=/(?<=[\{][\s]*)([A-Za-z0-9-_]+)(?=[\s]*[}])/g; | ||
return content.replace(match,function(e){ | ||
@@ -108,3 +110,3 @@ | ||
// 3.replace */..;|} | ||
// 4.replace */..;|} | ||
e=e.replace(m4,function(m){ | ||
@@ -114,2 +116,7 @@ return arranger(m); | ||
// 5.replace {...} | ||
e=e.replace(m5,function(m){ | ||
return arranger(m); | ||
}); | ||
//console.log(e); | ||
@@ -116,0 +123,0 @@ return e; |
{ | ||
"name": "acssx", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Extended version of ACSS, a css post processor", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
665462
7705
0