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.2
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.3
Choose a head ref
  • 14 commits
  • 34 files changed
  • 8 contributors

Commits on Dec 13, 2021

  1. Warn about invalid globs in content (#6449)

    * rewrite invalid globs if we can
    
    * warn instead of rewrite
    
    * update changelog
    RobinMalfait authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4b2482f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399440e View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    adamwathan authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    27c2c72 View commit details
    Browse the repository at this point in the history
  4. use text-decoration-line instead of text-decoration (#6378)

    * use text-decoration-line instead of text-decoration
    
    * fix tests
    
    Co-authored-by: Oliver Williams <[email protected]>
    o-t-w and Oliver Williams authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    95dd82b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Update changelog

    reinink authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    0ddbb36 View commit details
    Browse the repository at this point in the history
  2. Add standalone tailwindcss CLI (#6506)

    * Move standalone CLI into main repo
    
    * Update release tag
    
    * Update workflow
    
    * Ignore standalone CLI tests
    
    * Fix style
    
    * Update changelog [ci skip]
    thecrypticace authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    47e8556 View commit details
    Browse the repository at this point in the history
  3. Move defaults to their own always-on layer (#6500)

    Default's declarations are now processed and merged even when there is no tailwind base directive included in the stylesheet. Without this applying tailwind utilities in css modules would break if they relied on defaults rules.
    
    Co-authored-by: Robin Malfait <[email protected]>
    thecrypticace and RobinMalfait authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    4041d04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5079b9c View commit details
    Browse the repository at this point in the history
  5. Add support for negative values in safelist patterns (#6480)

    Co-authored-by: Simon Jarrett <[email protected]>
    mwnciau and Simon Jarrett authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    a7263a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    1fa993f View commit details
    Browse the repository at this point in the history
  2. Add "li" to list-style reset

    reinink committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    00f60e6 View commit details
    Browse the repository at this point in the history
  3. update changelog

    RobinMalfait committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    45c69be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f921642 View commit details
    Browse the repository at this point in the history
  5. 3.0.3

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