diff --git a/src/index.css b/src/index.css index 3586c73..466e1e8 100644 --- a/src/index.css +++ b/src/index.css @@ -30,11 +30,7 @@ html { border-radius: 4px; } -/* Improve button and interactive element performance */ -button, a, [role="button"] { - transform: translateZ(0); - backface-visibility: hidden; -} + /* Ensure smooth transitions for dynamic content */ * { diff --git a/tailwind.config.js b/tailwind.config.js index 1dc797e..5f23c72 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,5 +1,8 @@ export default { content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'], + corePlugins: { + preflight: false, + }, theme: { extend: { colors: {},