We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Nextui, It is a plugin of tailwindcss. How to set up in twind? Thanks for your reply.
// tailwind.config.js const {nextui} = require("@nextui-org/react"); /** @type {import('tailwindcss').Config} */ module.exports = { content: [ // ... "./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, darkMode: "class", plugins: [nextui()], };
The text was updated successfully, but these errors were encountered:
See #32
The current API is not compatible, you could port it by writing a Twind plugin to replace it though.
Sorry, something went wrong.
bouncing over to https://unocss.dev/
@shellscape i never worked on unocss, does it support tailwind classes or is it a whole another library?
No branches or pull requests
For Nextui, It is a plugin of tailwindcss. How to set up in twind? Thanks for your reply.
The text was updated successfully, but these errors were encountered: