From 94ec83a030ed6c5bfb167916b717c5b9fc979a48 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:05:53 -0500 Subject: [PATCH] update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c659ae0..fa5e320 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,4 @@ Running `pnpm dev` will build Scramjet and start a dev server on localhost:1337. - Finish JS rewriting - Only thing rewritten currently are imports and exports - Check imports/exports for values contained in the `importmap` array, don't rewrite the node value if present -- Fix CSS rewriting - - CSS rewriting only rewrites the `url()` function, but `@import` rules can import urls using just a string: https://developer.mozilla.org/en-US/docs/Web/CSS/@import - Write client APIs