Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4b729df
feat:support tailwindcss v4
SisyphusZheng Jun 22, 2025
e52722d
update oxide
SisyphusZheng Jun 22, 2025
7f68e30
fix
SisyphusZheng Jun 22, 2025
c6c9e6b
update mod.ts
SisyphusZheng Jun 24, 2025
a0ee4b7
del compiler and fix init
SisyphusZheng Jun 24, 2025
aac6207
fix init and test
SisyphusZheng Jun 24, 2025
675ac3b
fix md and version
SisyphusZheng Jun 24, 2025
e608544
fix
SisyphusZheng Jun 25, 2025
c34ddec
Update deno.lock
SisyphusZheng Jun 25, 2025
c07bb2d
fix
SisyphusZheng Jun 25, 2025
435c6ec
fix logo fmt
SisyphusZheng Jun 25, 2025
77208b0
fix imports for init
SisyphusZheng Jun 25, 2025
0e18b08
Update types.ts
SisyphusZheng Jun 25, 2025
5d993bc
Move postcss imports to Tailwind section in init script
SisyphusZheng Jun 25, 2025
ecc9441
refactor:based on tailwindcss/postcss/type and reexport
SisyphusZheng Jun 27, 2025
064580d
fmt
SisyphusZheng Jun 27, 2025
1c255aa
Merge branch 'main' into patch-test
SisyphusZheng Jun 27, 2025
6375968
Update deno.lock
SisyphusZheng Jun 27, 2025
fec1104
Merge branch 'patch-test' of https://github.com/SisyphusZheng/fresh i…
SisyphusZheng Jun 27, 2025
4fa9a02
Merge branch 'main' into patch-test
SisyphusZheng Jun 27, 2025
e07c35a
Merge branch 'main' into patch-test
SisyphusZheng Jun 30, 2025
f5bcaf6
Update deno.lock
SisyphusZheng Jun 30, 2025
09079a7
Update deno.lock
SisyphusZheng Jun 30, 2025
6bba496
Merge branch 'main' into patch-test
SisyphusZheng Jun 30, 2025
9642d5b
Make tailwind plugin synchronous and update usage
SisyphusZheng Jun 30, 2025
c9c6bfe
Merge branch 'patch-test' of https://github.com/SisyphusZheng/fresh i…
SisyphusZheng Jun 30, 2025
c87ceb7
Merge branch 'main' into patch-test
SisyphusZheng Jun 30, 2025
bc6787b
chore
SisyphusZheng Jun 30, 2025
c0c78ef
Update deno.lock
SisyphusZheng Jun 30, 2025
ce45284
Merge branch 'main' into patch-test
marvinhagemeister Jul 21, 2025
efdbc55
revert unrelated docs upgrade
marvinhagemeister Jul 21, 2025
3090259
revert incorrect changes
marvinhagemeister Jul 21, 2025
8419f8e
upgrade tailwind classes
marvinhagemeister Jul 21, 2025
094cf8a
fix: formatting
marvinhagemeister Jul 21, 2025
85852eb
fix: tw4 styles
marvinhagemeister Jul 21, 2025
812d524
chore: remove tw config file
marvinhagemeister Jul 21, 2025
ba59b4e
fmt
marvinhagemeister Jul 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
11 changes: 6 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"nodeModulesDir": "auto",
Comment thread
SisyphusZheng marked this conversation as resolved.
"workspace": [
"./examples",
"./init",
Expand Down Expand Up @@ -74,15 +75,15 @@
"@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.10",
"@tailwindcss/oxide": "npm:@tailwindcss/oxide@^4.1.10",
"tailwindcss": "npm:tailwindcss@^4.1.10",
"postcss": "npm:postcss@8.5.6",

"ts-morph": "npm:ts-morph@^25.0.1",

"@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@fresh/plugin-tailwind": "./plugin-tailwindcss/src/mod.ts",
"fresh/compat": "./src/compat/mod.ts",
"fresh/dev": "./src/dev/mod.ts",
"fresh/runtime": "./src/runtime/shared.ts",
Expand Down
Loading
Loading