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

Temporarily move postcss to dependencies #7424

Merged
merged 2 commits into from Feb 11, 2022
Merged

Commits on Feb 11, 2022

  1. Temporarily move postcss to dependencies

    This is unfortunate but upgrading postcss-js caused postcss to not be installed at all. This is *fine* except in this case of NPM <= 6 when running npx tailwindcss init, or yarn v1, or npm 7/8 with legacy peer deps behavior. Deduping will still allow the user to install postcss and upgrade it and Tailwind CSS will pick it up. A more permanent solution may involve hijacking require or something similar.
    thecrypticace committed Feb 11, 2022
    Copy the full SHA
    8e8d81e View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Feb 11, 2022
    Copy the full SHA
    fcd0b17 View commit details
    Browse the repository at this point in the history