Actualiser tailwind.config.ts

This commit is contained in:
2026-02-27 08:48:11 +00:00
parent 594708e71c
commit b4ffe0d29e

View File

@@ -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: {