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
Love your work - this feels like the best of tailwinds and styled-components together, thanks!
I'd like to be able to add comments into the component... I recall being able to do that in styled-components, maybe there's some inspiration there... may send a PR your way one day 😛
Thanks again!
constContainer=classed.div` container max-w-sm // comment after // some meaningful comment here mx-auto `
Which currently outputs:
<divclass="container max-w-sm // comment after // some meaningful comment here mx-auto">
The text was updated successfully, but these errors were encountered:
Love your work - this feels like the best of tailwinds and styled-components together, thanks!
I'd like to be able to add comments into the component... I recall being able to do that in styled-components, maybe there's some inspiration there... may send a PR your way one day 😛
Thanks again!
Which currently outputs:
The text was updated successfully, but these errors were encountered: