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
at first @adamwathan and contributors: Many thanks for this awesome framework. It helped me, as a backend developer to love to build frontends agains... thanks!
One question.
I've a extracted component for example ButtonGroup which have defined to be md:w-full but in one case I want to overwrite this rule for this component. But it looks like that the second md:w-1/2 doesn't apply ... any tricks to solve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
at first @adamwathan and contributors: Many thanks for this awesome framework. It helped me, as a backend developer to love to build frontends agains... thanks!
One question.
I've a extracted component for example
ButtonGroup
which have defined to bemd:w-full
but in one case I want to overwrite this rule for this component. But it looks like that the second md:w-1/2 doesn't apply ... any tricks to solve this?<Divx class="md:w-full"></div>
And then
<ButtonGroup class="md:w-1/2"></ButtonGroup>
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions