zanaptak / TypedCssClasses

A CSS class type provider for F# web development. Bring external stylesheet classes into your F# code as design-time discoverable compiler-verified properties.
MIT License
166 stars 8 forks source link

Do you know why w-full doesn't show up for tailwind? #10

Closed mastoj closed 3 years ago

mastoj commented 3 years ago

Thank you for the samples. I've cloned this one and played around with it, for some reason I can' get w-full to work with the type provider. From what I can see w-full is part of the "utilities", but for some reason it isn't generated in the provider.

Any clue what is going on?

zanaptak commented 3 years ago

w-full works for me in the FableTailwind sample, so it is probably something with your Tailwind configuration. Try using the Tailwind CLI and generating CSS file manually to make sure it is including the expected classes.

tailwind wfull