Any guide to use tailwindCSS v4 with Plasmo? #1347
Answered
by
oyzamil
ambreenbibi
asked this question in
Q&A
-
|
I am having issues implementing the latest TailwindCSS in my Plasmo project. Would anyone be able to help me implement it? |
Beta Was this translation helpful? Give feedback.
Answered by
oyzamil
Feb 25, 2026
Replies: 1 comment
-
|
Here is what I used to do. We don't need @import 'tailwindcss';
// To add plugins
@plugin './myPlugin';
// For theme
@custom-variant dark (&:where(.dark, .dark *)); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ambreenbibi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is what I used to do. We don't need
tailwind.config.js, so you have to do everything in yourglobal.cssfile