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.22
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.23
Choose a head ref
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    c13afd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5af6f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    09d151f View commit details
    Browse the repository at this point in the history
  2. Remove opacity variables from :visited pseudo class (#7458)

    * Support functions in pseudo variant list
    
    * Remove text/border/bg color from :visited
    
    * Update changelog
    thecrypticace authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    f116f9f View commit details
    Browse the repository at this point in the history
  3. Support arbitrary values + calc + theme with quotes (#7462)

    * Support arbitrary values + calc + theme with quotes
    
    * Update changelog
    thecrypticace authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    db475be View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Fix wildcard duplication issue (#7478)

    This would be better as a symbol but the stringy-ness of class candidates is fairly well baked into assumptions across the codebase. Using `new String` with a well placed check seems to solve the problem.
    thecrypticace authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    be5d5c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Implement getClassOrder instead of sortClassList (#7459)

    * implement `getSortOrder` instead of `sortClassList`
    
    * rename `getSortOrder` to `getClassOrder`
    
    * update changelog
    RobinMalfait authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    63537aa View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    67b2860 View commit details
    Browse the repository at this point in the history
  3. 3.0.23

    RobinMalfait committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    93e0fdf View commit details
    Browse the repository at this point in the history
Loading