Flowbite-svelte, but local CSS in certain components... #624
Closed
timoconnor
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ok, probably showing my noob status here - I am assuming that this is actually more of a tailwind issue - but I have been building a small POV application in Svelte/Flowbit-svelte. So far so good, except for one snag - I want to use the TinyMCE editor to allow people to enter HTML in a text area - that will then be rendered in a different component.
What I am noticing is that when people add tables in the editor, they are stripped of all borders and any style information they added. I am assuming that this is because Tailwind is overriding the local style information in the table i.e
Beta Was this translation helpful? Give feedback.
All reactions