From dd262a6c60047763c9146a87a7c943a2be8e1ba4 Mon Sep 17 00:00:00 2001 From: MikeGarciaAGM Date: Sun, 31 May 2026 08:57:26 -0500 Subject: [PATCH] feat(blog): add post from issue #266 --- posts.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/posts.json b/posts.json index 9ad7a6f..9488d64 100644 --- a/posts.json +++ b/posts.json @@ -571,5 +571,18 @@ "tags": [], "date": "2026-04-04", "order": 52 + }, + { + "id": "d25624b4", + "title": "Tailwind v4 — Rust engine et CSS-first", + "url": "https://github.com/khalilbenaz/khalilbenaz.github.io/issues/266", + "excerpt": "## Tailwind v4 — les changements Tailwind v4 (sorti fin 2024) marque un tournant : - **Rust engine** : 10× plus rapide qu'v3. - **CSS-first config** : `@theme` dans votre CSS, plus de `tailwind.config.js`. - **Native CSS variables** générées automatiquement. - **@import** au lieu de `@tailwind`. ## Setup v4 ```css /* style.css */ @import \"tailwindcss\"; @theme { --color-brand: #059669; --font-display: \"Geist\", sans-se", + "tags": [ + "BLOG", + "TAILWIND", + "CSS" + ], + "date": "2026-05-23", + "order": 53 } -] \ No newline at end of file +]