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.0.17
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.0.18
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 27, 2022

  1. Fix @apply order regression (in addComponents, addUtilities, ..…

    ….) (#7232)
    
    * ensure to partition `@apply` rules generated by addComponents, addUtilities, ...
    
    * update changelog
    RobinMalfait authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1868eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bdc90d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Quick fix for incorrect arbitrary properties when using URLs (#7252)

    * quick fix for incorrect arbitrary properties
    
    Turns out that using links like [https://example.com] causes arbitrary
    properties to generate invalid css.
    This is a very dirty quick fix for this specific case, so we have to fix
    this properly!
    
    * update changelog
    RobinMalfait authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    39193c1 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    44fac90 View commit details
    Browse the repository at this point in the history
  3. 3.0.18

    RobinMalfait committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ce98735 View commit details
    Browse the repository at this point in the history
Loading