things are good. But if I switch the order, they're not. It looks like Tailwind is somehow purging styles that it shouldn't be. Like if I do <div class="bg-neutral-50">Example</div> it looks like it purges a lot of classes that it wouldn't otherwise purge.
In my
fresh-rfui-test
repo, there are some issues where if I have:things are good. But if I switch the order, they're not. It looks like Tailwind is somehow purging styles that it shouldn't be. Like if I do
<div class="bg-neutral-50">Example</div>
it looks like it purges a lot of classes that it wouldn't otherwise purge.