From b4ffe0d29e52387cd518b146fa0e77e01ac972d6 Mon Sep 17 00:00:00 2001 From: Kevin Boudet Date: Fri, 27 Feb 2026 08:48:11 +0000 Subject: [PATCH] Actualiser tailwind.config.ts --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 4d24081..bc5b42e 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -9,7 +9,7 @@ export default { ], safelist: [ { - pattern: /^(?:(?:sm|md|lg|xl|2xl):)?(?:text|rounded|w|min-w|max-w)-[^\s]+$/, + pattern: /(sm:|md:|lg:|xl:|2xl:)?(text|rounded|w|min-w|max-w)-.+/, }, ], theme: {