Update css.ts

This commit is contained in:
Avad3 2024-07-13 02:09:10 -04:00 committed by GitHub
parent 016b41552e
commit b849db1f08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,6 @@
// This CSS rewriter uses code from Meteor
// You can find the original source code at https://github.com/MeteorProxy/Meteor
import { encodeUrl } from "./url";
export function rewriteCss(css: string, origin?: URL) {