Skip to content

Commit dbb7662

Browse files
Revert "feat: update the tailwind plugin to suuport tailwindv4 #2819 (#2903)" (#2988)
Reverts tailwind v4 update. Something is wrong with the CSS files on fresh.deno.dev 😢
1 parent 40e7747 commit dbb7662

File tree

13 files changed

+1040
-412
lines changed

13 files changed

+1040
-412
lines changed

deno.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"@std/uuid": "jsr:@std/uuid@^1.0.7",
4949
"fresh": "jsr:@fresh/core@^2.0.0-alpha.29",
5050
"preact": "npm:preact@^10.26.6",
51-
"@preact/signals": "npm:@preact/signals@^2.0.4",
5251
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",
5352
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
5453
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0",
5554
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
55+
"@preact/signals": "npm:@preact/signals@^2.0.4",
5656
"esbuild": "npm:esbuild@0.25.4",
5757
"esbuild-wasm": "npm:esbuild-wasm@0.25.4",
5858
"@std/crypto": "jsr:@std/crypto@1",
@@ -66,25 +66,27 @@
6666
"@std/path": "jsr:@std/path@1",
6767
"@std/semver": "jsr:@std/semver@1",
6868
"@std/streams": "jsr:@std/streams@1",
69+
6970
"@astral/astral": "jsr:@astral/astral@^0.5.3",
7071
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1",
7172
"linkedom": "npm:linkedom@^0.18.10",
7273
"@std/async": "jsr:@std/async@^1.0.13",
7374
"@std/expect": "jsr:@std/expect@^1.0.16",
7475
"@std/testing": "jsr:@std/testing@^1.0.12",
7576

76-
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.7",
77-
"@tailwindcss/oxide": "npm:@tailwindcss/oxide@^4.1.7",
78-
"postcss": "npm:postcss@8.5.3",
79-
"tailwindcss": "npm:tailwindcss@^4.1.7",
77+
"autoprefixer": "npm:autoprefixer@10.4.17",
78+
"cssnano": "npm:cssnano@6.0.3",
79+
"postcss": "npm:postcss@8.4.35",
80+
"tailwindcss": "npm:tailwindcss@^3.4.1",
81+
8082
"ts-morph": "npm:ts-morph@^25.0.1",
81-
"@fresh/plugin-tailwind": "./plugin-tailwindcss/src/mod.ts",
83+
84+
"@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7",
8285
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
8386
"fresh/compat": "./src/compat/mod.ts",
8487
"fresh/dev": "./src/dev/mod.ts",
8588
"fresh/runtime": "./src/runtime/shared.ts",
8689
"github-slugger": "npm:github-slugger@^2.0.0",
87-
"imagescript": "https://deno.land/x/imagescript@1.3.0/mod.ts",
8890
"marked": "npm:marked@^15.0.11",
8991
"marked-mangle": "npm:marked-mangle@^1.1.9",
9092
"prismjs": "npm:prismjs@^1.29.0"

0 commit comments

Comments
 (0)