-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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: 3f0388959626a01c5778fdf92de697d01a7cf557
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: 093db284e8ffb3d506edc0e283345bcf938ed0ed
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 12 files changed
- 1 contributor
Commits on Sep 30, 2021
-
Detect ambiguity in arbitrary values (#5634)
* detect ambiguity in arbitrary values * update warning message
Configuration menu - View commit details
-
Copy full SHA for 11bfa0a - Browse repository at this point
Copy the full SHA 11bfa0aView commit details -
immediately take the
safelistvalues into accountCurrently we had to manually add them in the `setupTrackingContext`, `setupWatchingContext` and the `cli`. This was a bit cumbersome, because the `safelist` function (to resolve regex patterns) was implemented on the context. This means that we had to do something like this: ```js let changedContent = [] let context = createContext(config, changedContent) for (let content of context.safelist()) { changedContent.push(content) } ``` This just feels wrong in general, so now it is handled internally for you which means that we can't mess it up anymore in those 3 spots.Configuration menu - View commit details
-
Copy full SHA for 2340987 - Browse repository at this point
Copy the full SHA 2340987View commit details -
drop the dot from the extension
Our transformers and extractors are implemented for `html` for example. However the `path.extname()` returns `.html`. This isn't an issue by default, but it could be for with custom extractors / transformers.
Configuration menu - View commit details
-
Copy full SHA for 28deda0 - Browse repository at this point
Copy the full SHA 28deda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e5268 - Browse repository at this point
Copy the full SHA a5e5268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af1eaa - Browse repository at this point
Copy the full SHA 9af1eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c464c3f - Browse repository at this point
Copy the full SHA c464c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 093db28 - Browse repository at this point
Copy the full SHA 093db28View 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 3f0388959626a01c5778fdf92de697d01a7cf557...093db284e8ffb3d506edc0e283345bcf938ed0ed