fix: 📦 update univoq version
This commit is contained in:
parent
a677bb8adf
commit
8f6f1b4d45
|
@ -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": {
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue