Bruno Sajermann
Results
1
comments of
Bruno Sajermann
I have same problem in React without Nextjs (With Vite) ` "react": "^18.0.0", "react-dom": "^18.0.0", "tw-elements": "^1.0.0-alpha12"` tailwind.config.js `module.exports = { darkMode: 'class', content: [ './src/**/*.tsx', './src/**/*.{html,js}', './node_modules/tw-elements/dist/js/**/*.js', ], theme:...