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.
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.
Fixed in 0.1.1 BETA.