chrism / emberjs-tailwind-purgecss

A guide to using Tailwind v1.0 and Purge CSS with EmberJS
71 stars 12 forks source link

Missing utility classes (width) ? #11

Closed alexparker closed 4 years ago

alexparker commented 5 years ago

I grabbed adams ui mock up example and dropped it in to see if it rendered the same with this ember setup guide, but seems that at least the .w-9 class is missing.

alexparker commented 5 years ago

I also tried cloning your repo and adding the markup directly to it (this interface markup: https://www.youtube.com/watch?v=6xgMkGMIudE) and it had the same problem. Seems the .w-9 class and other width or utility classes potentially are not being imported?

chrism commented 4 years ago

Sorry for the really slow reply.

I just took a look and it doesn’t seem like .w-9 is included as a default class?

https://tailwindcss.com/docs/width/#app

.w-8 | width: 2rem;
.w-10 | width: 2.5rem;

Perhaps that was the issue?