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

Commits on Jul 4, 2022

  1. Update deps

    thecrypticace committed Jul 4, 2022
    Copy the full SHA
    13f8d57 View commit details
    Browse the repository at this point in the history
  2. Fix usage of postcss config file in standalone CLI

    The config file created with `--postcss` would fail because we didn’t stub require to load `tailwindcss` or `autoprefixer` when we should.
    thecrypticace committed Jul 4, 2022
    Copy the full SHA
    5c84482 View commit details
    Browse the repository at this point in the history
  3. Update tests

    thecrypticace committed Jul 4, 2022
    Copy the full SHA
    b5902ee View commit details
    Browse the repository at this point in the history
  4. WIP

    thecrypticace committed Jul 4, 2022
    Copy the full SHA
    f29f2f2 View commit details
    Browse the repository at this point in the history