diff --git a/deno.json b/deno.json index cdd6ed8..6017c89 100644 --- a/deno.json +++ b/deno.json @@ -17,9 +17,9 @@ "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.0", "twind": "https://esm.sh/@twind/core@1.1.3", - "@twind/preset-tailwind": "npm:@twind/preset-tailwind@1.1.4", - "@twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7", "twind/": "https://esm.sh/@twind/core@1.1.3/", + "@twind/preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4", + "@twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7", "$std/": "https://deno.land/std@0.193.0/", "$gfm": "https://deno.land/x/gfm@0.2.3/mod.ts", "axios-web": "https://esm.sh/axios@1.3.2?target=es2022" diff --git a/twind.config.ts b/twind.config.ts index d467593..468d971 100644 --- a/twind.config.ts +++ b/twind.config.ts @@ -7,4 +7,4 @@ export default { presets: [presetTailwind() as Preset, presetAutoprefix()], }), selfURL: import.meta.url, -}; \ No newline at end of file +};