mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
sign
This commit is contained in:
parent
6427be6ba5
commit
f50e2e67da
1 changed files with 0 additions and 6 deletions
|
@ -86,10 +86,4 @@ export default function (client: ScramjetClient) {
|
||||||
ctx.return(unrewriteCss(v));
|
ctx.return(unrewriteCss(v));
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
client.Proxy("CSSStyleDeclaration.prototype.setProperty", {
|
|
||||||
apply(ctx) {
|
|
||||||
if (!ctx.args[1]) return;
|
|
||||||
ctx.args[1] = rewriteCss(ctx.args[1], client.meta);
|
|
||||||
},
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue