OrJDev / create-jd-app

The quickest and most efficient way to start new full stack, type safed Solid web app
671 stars 26 forks source link

Add tailwind vscode settings and fix tailwind syntax in index.ts #92

Closed jesseb34r closed 1 year ago

jesseb34r commented 1 year ago

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

OrJDev commented 1 year ago

Thank you for that, can you run pnpm changeset and describe the changes you made

jesseb34r commented 1 year ago

@OrJDev I think I did that right?

jesseb34r commented 1 year ago

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%)]"

OrJDev commented 1 year ago

Thank you, merged