[examples/538][sm] - force inclusion of classes

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-10 07:51:41 -03:00
parent fe1850fdba
commit d49abb1161
2 changed files with 4 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ module.exports = {
},
},
},
plugins: [
require('@tailwindcss/typography')
],
}
safelist: ['w-6', 'h-6', 'opacity-100'],
plugins: [require('@tailwindcss/typography')],
};