8000 Comparing 8b5a56f...9d55f9f · tailwindlabs/tailwindcss · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b5a56f
Choose a base ref
...
head repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9d55f9f
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 5, 2023

  1. Bump jiti, lightningcss, fast-glob and browserlist dependenci…

    …es and reflect `lightningcss` related improvements in tests (#11550)
    
    * bump dependencies
    
    * reflect lightningcss related changes
    
    * update changelog
    RobinMalfait authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b57f4d7 View commit details
    Browse the repository at this point in the history
  2. make main plugin async

    This way we can improve the `fs.readFileSync` to a bunch of
    `fs.promises.readFile` in a `Promise.all` instead.
    RobinMalfait committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3a9a159 View commit details
    Browse the repository at this point in the history
  3. make CLI plugin async

    RobinMalfait committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9d55f9f View commit details
    Browse the repository at this point in the history
Loading