add support for tailwind variants

This commit is contained in:
Walid 2023-11-01 14:00:58 +01:00
parent 8a96b11e1e
commit 947a685668
Signed by: Walidoux
GPG Key ID: CCF21881FE8BEBAF
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1 @@
.DS_Store
node_modules
*.log

View File

@ -1,5 +1,6 @@
module.exports = {
plugins: ['prettier-plugin-tailwindcss'],
tailwindFunctions: ["tv"],
trailingComma: 'none',
jsxSingleQuote: true,
semi: false,