diff --git a/deno.json b/deno.json index 4c76c20..50c0e1a 100644 --- a/deno.json +++ b/deno.json @@ -33,8 +33,8 @@ "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0", "$std/": "https://deno.land/std@0.208.0/", - "univoq": "https://deno.land/x/univoq@0.1.0/mod.ts", - "@univoq/": "https://deno.land/x/univoq@0.1.0/", + "univoq": "https://deno.land/x/univoq@0.2.0/mod.ts", + "@univoq/": "https://deno.land/x/univoq@0.2.0/", "css_bundler": "../../../github.com/JOTSR/fresh_css_bundler/plugin.ts" }, "compilerOptions": { diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css index 29f9d68..adf5a8a 100644 --- a/src/stylesheets/main.css +++ b/src/stylesheets/main.css @@ -1,4 +1,4 @@ -@import url('https://deno.land/x/univoq@0.1.0/stylesheets/reset.css') +@import url('https://deno.land/x/univoq@0.2.0/stylesheets/reset.css') layer(reset); @import url('https://unpkg.com/open-props') layer(framework); @import url('https://cdn.jsdelivr.net/npm/remixicon@4.1.0/fonts/remixicon.css')