Tailwinds CSS uses some class naming schemes that are not supported in the FromStr implementation. The examples I found when poking around are:
Looks like the FromStr implementation just needs to support leading-negatives then colons and square brackets in the middle.
Tailwinds CSS uses some class naming schemes that are not supported in the FromStr implementation. The examples I found when poking around are:
<div class="absolute h-14 w-14 -left-4 -top-4 ..."></div>)<div class="top-[3px]">)<div class="top-4 md:top-6">)Looks like the FromStr implementation just needs to support leading-negatives then colons and square brackets in the middle.