histoire
histoire copied to clipboard
Support tailwind.config.ts
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
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guidelines.
- [X] Read the docs.
- [X] Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.