You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like most people I'm using css (sass) modules for my components. How do I use css modules with this component?
I see that I can pass className as a prop but then that only gets applied to the .w-tc-editor container div. The textarea still has very opinionated styles applied INLINE on it:
How do I use this component without any sort of styling on it at all so that I can use classes to control the styling? If there is a way to do this it's not clear at all in the documentation.
The text was updated successfully, but these errors were encountered:
Like most people I'm using css (sass) modules for my components. How do I use css modules with this component?
I see that I can pass
className
as a prop but then that only gets applied to the.w-tc-editor
container div. The textarea still has very opinionated styles applied INLINE on it:How do I use this component without any sort of styling on it at all so that I can use classes to control the styling? If there is a way to do this it's not clear at all in the documentation.
The text was updated successfully, but these errors were encountered: