scramjet life blah blah

This commit is contained in:
velzie 2024-10-17 21:49:18 -04:00
parent eac0323f6b
commit 50a68af167
No known key found for this signature in database
GPG key ID: AA51AEFB0A1F3820

View file

@ -60,6 +60,7 @@ export default function (client: ScramjetClient) {
} }
if (p in CSSStyleDeclaration.prototype) return v; if (p in CSSStyleDeclaration.prototype) return v;
if (!v) return v;
return unrewriteCss(v); return unrewriteCss(v);
}, },