From d24e9f8845a12a105697b64dd72d07c5748ce6dd Mon Sep 17 00:00:00 2001 From: Zero King Date: Sat, 12 Jul 2025 17:13:39 +0800 Subject: [PATCH 1/2] Update README to reflect Tailwind 4 update --- templates/rescript-template-vite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rescript-template-vite/README.md b/templates/rescript-template-vite/README.md index 362ad23..8de2c68 100644 --- a/templates/rescript-template-vite/README.md +++ b/templates/rescript-template-vite/README.md @@ -7,7 +7,7 @@ This is a Vite-based template with following setup: - [ReScript](https://rescript-lang.org) 11.0 with @rescript/react, [Core](https://github.com/rescript-association/rescript-core) and JSX v4 - ES6 modules (ReScript code compiled to `.res.mjs` files) - Vite 4 with React Plugin (Fast Refresh) -- Tailwind 3 +- Tailwind 4 ## Development From 8df14eb77a79e5eb54d27b5e5b678f29d178b161 Mon Sep 17 00:00:00 2001 From: Zero King Date: Sat, 12 Jul 2025 17:18:38 +0800 Subject: [PATCH 2/2] Update README to reflect Vite 6 update --- templates/rescript-template-vite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rescript-template-vite/README.md b/templates/rescript-template-vite/README.md index 8de2c68..9301e41 100644 --- a/templates/rescript-template-vite/README.md +++ b/templates/rescript-template-vite/README.md @@ -6,7 +6,7 @@ This is a Vite-based template with following setup: - [ReScript](https://rescript-lang.org) 11.0 with @rescript/react, [Core](https://github.com/rescript-association/rescript-core) and JSX v4 - ES6 modules (ReScript code compiled to `.res.mjs` files) -- Vite 4 with React Plugin (Fast Refresh) +- Vite 6 with React Plugin (Fast Refresh) - Tailwind 4 ## Development