forked from tailwindlabs/tailwindcss
-
Notifications
You must be signed in to change notification settings - Fork 0
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: silverwind/tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d15d92c
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: bf2e2fe
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 32 files changed
- 3 contributors
Commits on Feb 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 14083ad - Browse repository at this point
Copy the full SHA 14083adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a97355 - Browse repository at this point
Copy the full SHA 1a97355View commit details
Commits on Feb 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 58d1fe3 - Browse repository at this point
Copy the full SHA 58d1fe3View commit details
Commits on Feb 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1dce64e - Browse repository at this point
Copy the full SHA 1dce64eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 097f982 - Browse repository at this point
Copy the full SHA 097f982View commit details
Commits on Feb 25, 2026
-
Guard object lookups against inherited prototype properties (tailwind…
…labs#19725) When user-controlled candidate values like "constructor" are used as keys to look up values in plain objects (staticValues, plugin values, modifiers, config), they can match inherited Object.prototype properties instead of returning undefined. This caused crashes like "V.map is not a function" when scanning source files containing strings like "row-constructor". Use Object.hasOwn() checks before all user-keyed object lookups in: - utilities.ts (staticValues lookup) - plugin-api.ts (values, modifiers, and variant values lookups) - plugin-functions.ts (get() config traversal function) Fixes tailwindlabs#19721 https://claude.ai/code/session_011CYSGw3DLh2Z8xnuyoaCgC --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9ded4a2 - Browse repository at this point
Copy the full SHA 9ded4a2View commit details
Commits on Feb 26, 2026
-
Extract classes from interpolated expressions in Ruby (tailwindlabs#1…
…9730) This PR ensures that interpolated expressions in Ruby syntax are correctly extracted. The issue was that we ignore comments in Ruby syntax (which start with `#`). We already made an exception for locals (`<%# locals: … %>`), but we also need to handle interpolated expressions (`#{ … }`) in the same way because they are not comments. Fixes: tailwindlabs#19728 ## Test plan 1. Existing tests pass 2. Added a regression test for this scenario 3. Tested using the extractor on the given code snippet: <img width="1461" height="1856" alt="image" src="https://github.com/user-attachments/assets/b48f7042-ca9d-4133-87ae-4c37c633c073" /> Notice that the `w-100` gets extracted now.
Configuration menu - View commit details
-
Copy full SHA for bf2e2fe - Browse repository at this point
Copy the full SHA bf2e2feView 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 d15d92c...bf2e2fe