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: v3.1.1
Choose a base ref
...
head repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 10, 2022

  1. Ensure \ is a valid arbitrary variant token (#8576)

    * `\` are valid arbitrary variant tokens
    
    We use `\` for escaping `.` or `_` so they should be part of the
    arbitrary variant regex.
    
    * update changelog
    RobinMalfait authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    d32728b View commit details
    Browse the repository at this point in the history
  2. Enable postcss-import in the CLI by default in watch mode (#8580)

    * Add support for postcss-import in watch mode
    
    * Add regression test
    
    * Extract shared logic
    
    * restructure test a little bit
    
    Instead of relying on a arbitrary setTimout value, let's wait for the
    file to be created instead.
    
    * update changelog
    
    Co-authored-by: Adam Bergman <adam@fransvilhelm.com>
    RobinMalfait and adambrgmn authored Jun 10, 2022
    1 Configuration menu
    Copy the full SHA
    0d064ea View commit details
    Browse the repository at this point in the history
  3. update changelog

    RobinMalfait committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    05f866d View commit details
    Browse the repository at this point in the history
  4. 3.1.2

    RobinMalfait committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    ce80574 View commit details
    Browse the repository at this point in the history
Loading