From 77d84020e7198e318eca416dfbc002a9b744efb8 Mon Sep 17 00:00:00 2001 From: martins <77250222+martmalo@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:24:51 +0200 Subject: [PATCH] add: tailwind css prefix --- config/rollup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rollup.js b/config/rollup.js index bcc294b..e107a38 100644 --- a/config/rollup.js +++ b/config/rollup.js @@ -39,6 +39,7 @@ function getPlugins({ tailwindConfig }) { plugins: [ postcssNesting(), tailwindcss({ + prefix: "yoopta-", theme: { extend: {}, },