-
-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Issue: Border classes are reset when using Tailwind.
To reproduce:
- Set up a plugin using the Tailwind template:
npx --yes create-figma-plugin --template plugin/preact-tailwindcss
- Add a div with border classes in
ui.tsx:
<div class="border-2 border-red-500 ">
<h1 class="text-3xl font-bold underline ">Hello, World!</h1>
</div>
- Build the plugin
No border styles are applied
Inspecting the nodes shows that the styles are reset by base.css
Am I doing something wrong here?
Metadata
Metadata
Assignees
Labels
No labels