-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 11 files changed
- 4 contributors
Commits on Jan 4, 2022
-
Allow all classes for @apply (#6580)
* Always include css with apply in context * Use let We use it more consistently * Remove early return To match the style of the surrounding code * Don't return layer directives They do not need to be returned here. If it's needed in the future its easy enough to add it back. * Use let * Update changelog * fix typo And re-format comments Co-authored-by: Jordan Pittman <[email protected]> Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 722232c - Browse repository at this point
Copy the full SHA 722232cView commit details -
Avoid writing to output files when no changes (#6550)
* fix(cli): avoid write same output when no changes * generalize outputFile This function will check a cache, it will only write the file if: - The modified timestamps changed since last time we wrote something. This is useful to know if something changed by another tool or manually without diffing the full file. - The contents changed. * further simplify checks Turns out that reading files and comparing them is fairly fast and there is no huge benefit over only using the Stats of the file and keeping track of that information. Thanks @kentcdodds! Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bcd628 - Browse repository at this point
Copy the full SHA 0bcd628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e32bd - Browse repository at this point
Copy the full SHA 41e32bdView commit details -
Emit defaults from apply in css modules (#6875)
* Emit defaults from apply in css modules * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 058a925 - Browse repository at this point
Copy the full SHA 058a925View commit details -
Allow piping data into the CLI (#6876)
* use outputFile instead of direct writeFile This is an improvement we introduced earlier but forgot this part. * allow to pipe in data to the CLI * add integration tests to validate piping to the CLI * update changelog
Configuration menu - View commit details
-
Copy full SHA for 657bf5f - Browse repository at this point
Copy the full SHA 657bf5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83852dc - Browse repository at this point
Copy the full SHA 83852dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ea5b1 - Browse repository at this point
Copy the full SHA 30ea5b1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.9...v3.0.10