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.3
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.4
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 15, 2021

  1. Insert always on defaults layer in correct spot (#6526)

    * insert in correct spot
    
    We were injecting the always on `@tailwind defaults` layer at the beginning of
    the file. However, if a `@tailwind base` layer is available, then that
    will now be injected _after_ the defaults layer. The base layer does
    contain some reset that are now overriding the defaults we set.
    
    So now we will:
    - Insert the `@tailwind defaults` layer at the beginning of the file
      _if_ there is no `@tailwind base`
    - Insert the `@tailwind defaults` layer after the `@tailwind base` layer
      if it exists.
    
    * update changelog
    RobinMalfait authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    083bca3 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    8be5f78 View commit details
    Browse the repository at this point in the history
  3. 3.0.4

    RobinMalfait committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    ee55770 View commit details
    Browse the repository at this point in the history
Loading