From b849db1f08771c481b809f3a94ed7f9e147038ba Mon Sep 17 00:00:00 2001 From: Avad3 <65318266+Avad3@users.noreply.github.com> Date: Sat, 13 Jul 2024 02:09:10 -0400 Subject: [PATCH] Update css.ts --- src/bundle/rewriters/css.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bundle/rewriters/css.ts b/src/bundle/rewriters/css.ts index 381394b..17b9ecf 100644 --- a/src/bundle/rewriters/css.ts +++ b/src/bundle/rewriters/css.ts @@ -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) {