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.4.0
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.4.1
Choose a head ref
  • 7 commits
  • 33 files changed
  • 2 contributors

Commits on Dec 19, 2023

  1. Update CI

    thecrypticace committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f33d6a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Don't remove keyframe stops when using important utilities (#12639)

    * Don't remove keyframe stops when using important utilities
    
    * Fix test
    
    * fix linting
    thecrypticace committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8890775 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    08a0a6c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Don't add spaces to gradients and grid track names when followed by `…

    …calc()` (#12704)
    
    * Don’t break gradient functions when following `calc()`
    
    * Don’t break CSS grid track names
    
    * Update changelog
    thecrypticace committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    78fedd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Restore old behavior for class dark mode, add new selector and `v…

    …ariant` options for dark mode (#12717)
    
    * Add dark mode variant option
    
    * Tweak warning messages
    
    * Add legacy dark mode option
    
    * wip
    
    * Use `class` for legacy behavior, `selector` for new behavior
    
    * Add simplified failing apply/where test case
    
    * Switch to `where` list, apply changes to `dir` variants
    
    * Don’t let `:where`, `:is:`, or `:has` be attached to pseudo elements
    
    * Updating tests...
    
    * Finish updating tests
    
    * Remove `variant` dark mode strategy
    
    * Update types
    
    * Update comments
    
    * Update changelog
    
    * Revert "Remove `variant` dark mode strategy"
    
    This reverts commit 1852504.
    
    * Add variant back to types
    
    * wip
    
    * Update comments
    
    * Update tests
    
    * Rename variable
    
    * Update changelog
    
    * Update changelog
    
    * Update changelog
    
    * Fix CS
    
    ---------
    
    Co-authored-by: Adam Wathan <4323180+adamwathan@users.noreply.github.com>
    thecrypticace and adamwathan committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3fb57e5 View commit details
    Browse the repository at this point in the history
  2. Fix code style

    thecrypticace committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    508e7f2 View commit details
    Browse the repository at this point in the history
  3. 3.4.1

    thecrypticace committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7361468 View commit details
    Browse the repository at this point in the history
Loading