fix: 📦 update univoq version

This commit is contained in:
Julien Oculi 2024-02-13 11:07:25 +01:00
parent a677bb8adf
commit 8f6f1b4d45
2 changed files with 3 additions and 3 deletions

View file

@ -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": {

View file

@ -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')