-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Comparing changes
Open a pull request
base repository: tailwindlabs/tailwindcss
base: v3.0.6
head repository: tailwindlabs/tailwindcss
compare: v3.0.7
- 8 commits
- 12 files changed
- 3 contributors
Commits on Dec 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6cf3e3e - Browse repository at this point
Copy the full SHA 6cf3e3eView commit details
Commits on Dec 17, 2021
-
Improve circular dependency detection when using
@apply(#6588)* improve circular dependency detection when using `@apply` I also changed the message to the same message we used in V2. * update changelog
Configuration menu - View commit details
-
Copy full SHA for 7089a80 - Browse repository at this point
Copy the full SHA 7089a80View commit details -
Only generate variants for non-
userlayers (#6589)* only generate variants for non-user layers If you have the following css: ```css @tailwind utilities; .foo { color: red; } ``` And you HTML looks like this: ```html <div class="hover:foo"></div> ``` Then the output should _not_ generate a `.hover\:foo {}` class. * ensure that you can apply user csss (without variants) * update changelog
Configuration menu - View commit details
-
Copy full SHA for 2fdbe10 - Browse repository at this point
Copy the full SHA 2fdbe10View commit details -
Properly extract classes with arbitrary values in arrays and classes …
…followed by escaped quotes (#6590) Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27c67fe - Browse repository at this point
Copy the full SHA 27c67feView commit details -
Improve jsx interpolation candidate matching (#6593)
* ensure that strangely used jsx with interpolation gets detected Co-authored-by: Luke Warlow <[email protected]> Co-authored-by: Jordan Pittman <[email protected]> * update changelog Co-authored-by: Luke Warlow <[email protected]> Co-authored-by: Jordan Pittman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e03a68 - Browse repository at this point
Copy the full SHA 9e03a68View commit details -
Ensure
@applyof a rule inside an AtRule works (#6594)* ensure apply of rule inside atrule works If that atrule happens to contain another rule that is technically unrelated. Co-authored-by: Jordan Pittman <[email protected]> * update changelog Co-authored-by: Jordan Pittman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86e73b2 - Browse repository at this point
Copy the full SHA 86e73b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 325a8e8 - Browse repository at this point
Copy the full SHA 325a8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c10621 - Browse repository at this point
Copy the full SHA 0c10621View commit details
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.6...v3.0.7