✨ add support for tailwind variants
This commit is contained in:
parent
8a96b11e1e
commit
947a685668
@ -1,3 +1 @@
|
|||||||
.DS_Store
|
|
||||||
node_modules
|
node_modules
|
||||||
*.log
|
|
1
index.js
1
index.js
@ -1,5 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: ['prettier-plugin-tailwindcss'],
|
plugins: ['prettier-plugin-tailwindcss'],
|
||||||
|
tailwindFunctions: ["tv"],
|
||||||
trailingComma: 'none',
|
trailingComma: 'none',
|
||||||
jsxSingleQuote: true,
|
jsxSingleQuote: true,
|
||||||
semi: false,
|
semi: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user