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