Skip to content
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d2e1950
feat: plugin support tailwindv4
SisyphusZheng May 9, 2025
bd544eb
[Deno Deploy] Update .github/workflows/deploy.yml
deno-deploy[bot] May 9, 2025
e1c4c36
Update deploy.yml
SisyphusZheng May 9, 2025
5aa5692
Update deploy.yml
SisyphusZheng May 9, 2025
1cdf11d
[Deno Deploy] Update .github/workflows/deploy.yml
deno-deploy[bot] May 9, 2025
739a022
Merge branch 'main' of https://github.com/SisyphusZheng/support-tailw…
SisyphusZheng May 9, 2025
1710f89
Merge branch 'main' of https://github.com/SisyphusZheng/support-tailw…
SisyphusZheng May 9, 2025
186d857
Update deploy.yml
SisyphusZheng May 9, 2025
bae0dcb
fix format for pass deno ok
SisyphusZheng May 9, 2025
44d1960
Update tailwind.config.ts
SisyphusZheng May 9, 2025
3259187
[Deno Deploy] Update .github/workflows/deploy.yml
deno-deploy[bot] May 9, 2025
c5b6305
Update deploy.yml
SisyphusZheng May 9, 2025
61e3942
Update deploy.yml
SisyphusZheng May 10, 2025
423391c
Update deploy.yml
SisyphusZheng May 10, 2025
c879deb
Merge branch 'main' of https://github.com/SisyphusZheng/fresh
SisyphusZheng May 19, 2025
612aaa7
feat(tailwind): initial support for Tailwind v4 plugin with working l…
SisyphusZheng May 19, 2025
1b42fb7
fix: pass the deno ok
SisyphusZheng May 19, 2025
8c73a37
Apply suggestions from @iuioiua code review
SisyphusZheng May 20, 2025
50023a1
refactor: del type.ts and update the init.ts
SisyphusZheng May 20, 2025
8a309e3
Update README.md
SisyphusZheng May 20, 2025
eaf1de8
Update mod.ts
SisyphusZheng May 20, 2025
a41e9a9
fix: Restore the functionality of the plugin as it was in update #2960.
SisyphusZheng May 20, 2025
c33e817
m
marvinhagemeister May 21, 2025
68f8a40
Merge branch 'main' into pr-tailwind-v4
marvinhagemeister May 21, 2025
6d72efe
fix: nodeModulesDir handling with tailwind
marvinhagemeister May 21, 2025
901131a
update tw plugin docs
marvinhagemeister May 21, 2025
c599adb
update lock
marvinhagemeister May 21, 2025
2030221
don't run tests in parallel on CI
marvinhagemeister May 21, 2025
61c02ca
try to fix ci
marvinhagemeister May 21, 2025
c904a4c
fix fmt
marvinhagemeister May 21, 2025
ea0d7b3
Revert "try to fix ci"
marvinhagemeister May 21, 2025
0b0c05c
Revert "fix: nodeModulesDir handling with tailwind"
marvinhagemeister May 21, 2025
82612a6
Revert "don't run tests in parallel on CI"
marvinhagemeister May 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"nodeModulesDir": "auto",
"workspace": [
"./examples",
"./init",
Expand Down Expand Up @@ -48,11 +49,11 @@
"@std/uuid": "jsr:@std/uuid@^1.0.7",
"fresh": "jsr:@fresh/core@^2.0.0-alpha.29",
"preact": "npm:preact@^10.26.6",
"@preact/signals": "npm:@preact/signals@^2.0.4",
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
"@preact/signals": "npm:@preact/signals@^2.0.4",
"esbuild": "npm:esbuild@0.25.4",
"esbuild-wasm": "npm:esbuild-wasm@0.25.4",
"@std/crypto": "jsr:@std/crypto@1",
Expand All @@ -66,27 +67,25 @@
"@std/path": "jsr:@std/path@1",
"@std/semver": "jsr:@std/semver@1",
"@std/streams": "jsr:@std/streams@1",

"@astral/astral": "jsr:@astral/astral@^0.5.3",
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1",
"linkedom": "npm:linkedom@^0.18.10",
"@std/async": "jsr:@std/async@^1.0.13",
"@std/expect": "jsr:@std/expect@^1.0.16",
"@std/testing": "jsr:@std/testing@^1.0.12",

"autoprefixer": "npm:autoprefixer@10.4.17",
"cssnano": "npm:cssnano@6.0.3",
"postcss": "npm:postcss@8.4.35",
"tailwindcss": "npm:tailwindcss@^3.4.1",

"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.7",
"@tailwindcss/oxide": "npm:@tailwindcss/oxide@^4.1.7",
"postcss": "npm:postcss@8.5.3",
"tailwindcss": "npm:tailwindcss@^4.1.7",
"ts-morph": "npm:ts-morph@^25.0.1",

"@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7",
"@fresh/plugin-tailwind": "./plugin-tailwindcss/src/mod.ts",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"fresh/compat": "./src/compat/mod.ts",
"fresh/dev": "./src/dev/mod.ts",
"fresh/runtime": "./src/runtime/shared.ts",
"github-slugger": "npm:github-slugger@^2.0.0",
"imagescript": "https://deno.land/x/imagescript@1.3.0/mod.ts",
"marked": "npm:marked@^15.0.11",
"marked-mangle": "npm:marked-mangle@^1.1.9",
"prismjs": "npm:prismjs@^1.29.0"
Expand Down
Loading
Loading