Bringing typesafety to Tailwind

submited by
Style Pass
2023-01-25 13:00:08

Using TS intellisense, Typewind is able to provide type safety to tailwind, and provide autocomplete for all the classes from tailwind.config.js

Type definitions of tw are generated from your `tailwind.config.js`, and also creates types for custom theme palette and plugins.

Type definitions along with CSS Docs are generated from your tailwind config and work using editors's built-in IntelliSense, and doesn't require extra extensions.

Leave a Comment