Skip to content
New issue

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

Fix usage of postcss.config.js in standalone CLI #8769

Merged
merged 4 commits into from Jul 4, 2022

Conversation

thecrypticace
Copy link
Contributor

Fixes #8766

The config file created with `--postcss` would fail because we didn’t stub require to load `tailwindcss` or `autoprefixer` when we should.
@thecrypticace thecrypticace marked this pull request as ready for review July 4, 2022 14:50
@thecrypticace thecrypticace merged commit 445970d into master Jul 4, 2022
@thecrypticace thecrypticace deleted the fix/postcss-config-in-standalone-cli branch July 4, 2022 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tailwind Standalone CLI fails building with --postcss option
1 participant