TheShadowKnows

Results 2 issues of TheShadowKnows

In the reducePlugin code, there is a statement that looks like this: ``` if ( !decl.prop.includes("color") && !decl.prop.includes("background") && !decl.prop.includes("border") && !decl.prop.includes("box-shadow") && !Number.isNaN(decl.value) ) { // if (!matched) decl.remove();...

Allow text-shadow alongside box-shadow