postcss-cli
postcss-cli copied to clipboard
cli hanging indefinitely when using tailwind
When running the cli the process hangs indefinitely
postcss.config.js
export default {
plugins: {
"@tailwindcss/postcss": {},
}
}
test.css
@import "tailwindcss";
What exact CLI command are you running? I can't see any usage of postcss-cli in your package.json.
I found that postcss-cli v10.0.1 hangs indefinitely on macOS when the path to the CSS source file contains a symbolic link.