We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When specifying the export parameter that includes multiple directories the directories should be created recusively
npx tailwind-config-viewer -c ./libs/tailwind-config/src/lib/tailwind.config.js export ./dist/libs/tailwind-config
Current Behavior
Error: ENOENT: no such file or directory, mkdir '/<absolutePathToRepoRedacted>/dist/libs/tailwind-config'
Should create the directory structure specified as the export arg
The text was updated successfully, but these errors were encountered:
@JoA-MoS Thanks for the report and the PR! I'll get it merged in this week.
Sorry, something went wrong.
No branches or pull requests
When specifying the export parameter that includes multiple directories the directories should be created recusively
Current Behavior
Should create the directory structure specified as the export arg
The text was updated successfully, but these errors were encountered: