uPanda
Results
2
issues of
uPanda
When I create a utility with `addUtilities` in tailwind.config.js something like : ```javascript addUtilities({ 'text-c-auto': 'text-black dark:text-white', }) ``` it works at the opening of the app, but when I...