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 Loading
base: v3.0.14
Choose a base ref
...
head repository: tailwindlabs/tailwindcss Loading
compare: v3.0.15
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 15, 2022

  1. Temporarily remove optional chaining in nesting plugin (#7077)

    * remove optional chaining
    
    This breaks on Node versions lower than version 13. Normally we
    transpile everything, but we currently don't do this for the nesting
    plugin since it is not really part of the `src` folder.
    
    Will get this fixed in a better way, but for now this is a quick fix to
    get everything working again!
    
    * update changelog
    RobinMalfait committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    7920850 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    ffa7461 View commit details
    Browse the repository at this point in the history
  3. 3.0.15

    RobinMalfait committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    61b68a2 View commit details
    Browse the repository at this point in the history
Loading