You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the tailwindcss CHANGELOG, I believe this code landed in 3.1.0, so we might need to bump our current version of tailwindcss in order for the type definitions to work.
But it does mean that we'd get code completions in VS Code for some tailwind stuff. 🤷
Description
More of a dev enhancement, but saw this recently and it worked pretty good on newer builds of tailwindcss.
tailwindlabs/tailwindcss#7891
Basically,
/** @type {import('tailwindcss/types').Config} */
Per the tailwindcss CHANGELOG, I believe this code landed in 3.1.0, so we might need to bump our current version of tailwindcss in order for the type definitions to work.
But it does mean that we'd get code completions in VS Code for some tailwind stuff. 🤷
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: