DenoDDeno
Powered by
rabbit_rabbitR
Denoβ€’3y agoβ€’
4 replies
rabbit_rabbit

Tailwind nonfunctional on fresh-update from 1.3.1 -> 1.4.3

After running
deno run -A -r https://fresh.deno.dev/update .
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

  "imports": {
    "$fresh/": "https://deno.land/x/fresh@1.4.3/",
    "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/kysely_deno_postgres@v0.4.0/mod.ts",
    "preact": "https://esm.sh/preact@10.15.1",
    "preact/hooks": "https://esm.sh/preact@10.15.1/hooks",
    "preact/": "https://esm.sh/preact@10.15.1/",
    "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.1",
    "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3",
    "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3",
    "fresh_session": "https://deno.land/x/fresh_session@0.2.2/mod.ts",
    "redis": "https://deno.land/x/redis@v0.30.0/mod.ts",
    "std/": "https://deno.land/std@0.202.0/",
    "dotenv": "https://deno.land/x/dotenv@v3.2.2/load.ts",
    "twind": "https://esm.sh/twind@0.16.19",
    "twind/": "https://esm.sh/twind@0.16.19/",
    "csv": "https://deno.land/x/csv@v0.9.2/mod.ts"
  },
  "imports": {
    "$fresh/": "https://deno.land/x/fresh@1.4.3/",
    "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/kysely_deno_postgres@v0.4.0/mod.ts",
    "preact": "https://esm.sh/preact@10.15.1",
    "preact/hooks": "https://esm.sh/preact@10.15.1/hooks",
    "preact/": "https://esm.sh/preact@10.15.1/",
    "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.1",
    "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3",
    "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3",
    "fresh_session": "https://deno.land/x/fresh_session@0.2.2/mod.ts",
    "redis": "https://deno.land/x/redis@v0.30.0/mod.ts",
    "std/": "https://deno.land/std@0.202.0/",
    "dotenv": "https://deno.land/x/dotenv@v3.2.2/load.ts",
    "twind": "https://esm.sh/twind@0.16.19",
    "twind/": "https://esm.sh/twind@0.16.19/",
    "csv": "https://deno.land/x/csv@v0.9.2/mod.ts"
  },


Any ideas what might be going on? Thanks in advance!
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Fresh 1.6 - Deno Deploy - Tailwind
blueberryBblueberry / help
2y ago
tailwind 4 How to update?
MorviCoolMMorviCool / help
11mo ago
peer tailwind support in fresh
rabbit_rabbitRrabbit_rabbit / help
3y ago