Can we get support for Tailwind Arbitrary classes? Ex: `div[class='p-1 border border-midnight-20 rounded-b-[3px]']` works fine but if we did `.p-1.border.border-midnight-20.rounded-b-[3px]` slim will not parse correctly.
Can we get support for Tailwind Arbitrary classes?
Ex:
div[class='p-1 border border-midnight-20 rounded-b-[3px]']works finebut if we did
.p-1.border.border-midnight-20.rounded-b-[3px]slim will not parse correctly.