Closed jesseb34r closed 1 year ago
Thank you for that, can you run pnpm changeset and describe the changes you made
@OrJDev I think I did that right?
while I'm at it, the arbitrary color that was applied to the Create JD App
hero was not using the correct syntax for spaces in a tailwind class. It has to be class="text-[hsl(88,_77%,_78%)]"
instead of class="text-[hsl(88, 77%, 78%)]"
Thank you, merged
These settings are recommended on the vscode tailwindcss plugin page.
Reason: removes editor errors for the '@tailwind' rule and improves the behavior of vscode intellisense for use with tailwind