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
Is your feature request related to a problem? Please describe.
I'm using Remark to style a table in Tailwind. I can't style it directly as my table is in markdown so I have to use Remark as an intermediary step to do it.
I have an array which contains table tag & I keep pushing tr, th, etc... onto it like:
Is your feature request related to a problem? Please describe.
I'm using Remark to style a table in Tailwind. I can't style it directly as my table is in markdown so I have to use Remark as an intermediary step to do it.
I have an array which contains
table
tag & I keep pushingtr
,th
, etc... onto it like:Describe the solution you'd like
I'd love for Headwind to sort classes in JS files too where a string uses
class
tag.The text was updated successfully, but these errors were encountered: