After running deno run -A -r https://fresh.deno.dev/update . on my project, the tailwind styles don't appear functional.
My imports section looks like so
"$fresh/": "https://deno.land/x/[email protected]/",
"kysely": "https://cdn.jsdelivr.net/npm/kysely/dist/esm/index.js",
"kysely/": "https://cdn.jsdelivr.net/npm/kysely/dist/esm/",
"kysely-deno-postgres": "https://deno.land/x/[email protected]/mod.ts",
"preact": "https://esm.sh/[email protected]",
"preact/hooks": "https://esm.sh/[email protected]/hooks",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"fresh_session": "https://deno.land/x/[email protected]/mod.ts",
"redis": "https://deno.land/x/[email protected]/mod.ts",
"std/": "https://deno.land/[email protected]/",
"dotenv": "https://deno.land/x/[email protected]/load.ts",
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"csv": "https://deno.land/x/[email protected]/mod.ts"
},
Any ideas what might be going on? Thanks in advance!