[#337] Création d'un composant Select #3

Merged
tristan merged 17 commits from feat/337-creation-composant-select into develop 2026-03-02 13:24:58 +00:00
Showing only changes of commit b4ffe0d29e - Show all commits

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