From 947a6856681b8f0b3d33782a0e525b0d2ee717c9 Mon Sep 17 00:00:00 2001 From: Walidoux Date: Wed, 1 Nov 2023 14:00:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20support=20for=20tailwind=20va?= =?UTF-8?q?riants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 2 -- index.js | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 0144959..3c3629e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1 @@ -.DS_Store node_modules -*.log \ No newline at end of file diff --git a/index.js b/index.js index 345c0e1..1515187 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,6 @@ module.exports = { plugins: ['prettier-plugin-tailwindcss'], + tailwindFunctions: ["tv"], trailingComma: 'none', jsxSingleQuote: true, semi: false,