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

Commits on Apr 15, 2022

  1. Handle duplicate atrules without children

    We assumed that all At Rule nodes had children. Including ones that do not and should not — for example `@import url(…);`. Since this is not the case we’ll skip adding children for nodes that don’t have any.
    
    Co-authored-by: Jordi Marimon Palarea <jordimarimon7@gmail.com>
    thecrypticace and jordimarimon committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    c94ab34 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    47019bd View commit details
    Browse the repository at this point in the history
Loading