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 issue with Tailwind modifying global state #9294

Merged
merged 7 commits into from Sep 9, 2022
Merged

Fix issue with Tailwind modifying global state #9294

merged 7 commits into from Sep 9, 2022

Commits on Sep 9, 2022

  1. Fix issue with Tailwind modifying global state

    When running Tailwind, it modifies the plugin defaults parameters. As a
    result Tailwind using a Tailwind plugin in the same process twice yields
    different results.
    remcohaszing committed Sep 9, 2022
    Copy the full SHA
    36524eb View commit details
    Browse the repository at this point in the history
  2. Add failing test

    thecrypticace committed Sep 9, 2022
    Copy the full SHA
    eade2de View commit details
    Browse the repository at this point in the history
  3. Undo defaults change

    thecrypticace committed Sep 9, 2022
    Copy the full SHA
    a3996c9 View commit details
    Browse the repository at this point in the history
  4. wip

    thecrypticace committed Sep 9, 2022
    Copy the full SHA
    8b673a2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5455eec View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a00f00d View commit details
    Browse the repository at this point in the history
  7. Update changelog

    thecrypticace committed Sep 9, 2022
    Copy the full SHA
    f50863e View commit details
    Browse the repository at this point in the history