TailwindCSS stopped working after installing Plate #3098
Answered
by
sewellstephens
sewellstephens
asked this question in
Q&A
-
DescriptionI was trying to add document editor into a new software I'm creating, and I came across plate. plate seemed like a good idea until I installed and then my tailwind styles completely quit working. Steps to Reproduceimage demonstration on what happened download plate SandboxExpected BehaviorEnvironment
BountyClick here to add a bounty via Algora. Funding
|
Beta Was this translation helpful? Give feedback.
Answered by
sewellstephens
Apr 4, 2024
Replies: 1 comment 3 replies
-
You can use Tailwind prefix: https://platejs.org/docs/components/components-json |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, actually figured out the issue. plate changed my tailwind config to tsx instead of jsx. i currently using javascript and not type script