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
* Add type declaration
* update types
- This way it doesn't rely on the `@types/tailwindcss` Definetely Typed
repo which could cause issues when we release Tailwind CSS 3.1 with
our own types.
- Use `export = plugin` instead of `export default plugin` so that it is
compatible with `module.export`
Co-authored-by: Marcus Zanona <[email protected]>
0 commit comments