histoire icon indicating copy to clipboard operation
histoire copied to clipboard

Support tailwind.config.ts

Open TobyPerplex opened this issue 1 year ago • 1 comments

Clear and concise description of the problem

Histoire will automatically detect your Tailwind CSS configuration and generate design system stories for you. But not if you make your tailwind.config.js with module.exports a tailwind.config.ts with export default.

Suggested solution

Support both tailwind.config.js with module.exports and tailwind.config.ts with export default.

Alternative

No response

Additional context

No response

Validations

TobyPerplex avatar Feb 01 '24 14:02 TobyPerplex