I'm using Tailwind v4 and no matter what I do, I cannot override the margin of the root class that gets applied to the container:
|
<div className={clsx('react-tweet-theme', s.root, className)}> |
|
margin: var(--tweet-container-margin); |
Is it possible for you guys to remove the margin and let the user style their own container?.
Thanks in advance
I'm using Tailwind v4 and no matter what I do, I cannot override the
marginof therootclass that gets applied to the container:react-tweet/packages/react-tweet/src/twitter-theme/tweet-container.tsx
Line 9 in d72b101
react-tweet/packages/react-tweet/src/twitter-theme/tweet-container.module.css
Line 13 in d72b101
Is it possible for you guys to remove the margin and let the user style their own container?.
Thanks in advance