Classes with periods get split

I saw this when I was creating arbitrary values in Tailwind and tried to add a class of width-[141.42%]. The class got split at the period, creating “w-[141” and “42%]”.

Manually creating the class in the code editor worked just fine.

image

image

Fixed in 0.1.1 BETA.

2 Likes