-
-
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: v0.6.3
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: v0.6.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 7 files changed
- 1 contributor
Commits on Jul 11, 2018
-
Pass generated utilities around as array instead of root
When you do something like container.before(someRoot), PostCSS actually *mutates* someRoot, leaving it empty and moving its contents before the container. container.before(arrayOfNodes) on the other hand does no weird mutation. This PR makes sure generatedUtilities is an array of nodes instead of a PostCSS container to avoid this unexpected mutation. It makes it a bit more work to walk those nodes if they need to be transformed, but I think it's worth the trade-off. Can always write a helper function around that if the boilerplate starts to feel repetitive.
Configuration menu - View commit details
-
Copy full SHA for 80baf4a - Browse repository at this point
Copy the full SHA 80baf4aView commit details
Commits on Jul 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1a9b87f - Browse repository at this point
Copy the full SHA 1a9b87fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2574417 - Browse repository at this point
Copy the full SHA 2574417View commit details
Commits on Jul 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 91286ad - Browse repository at this point
Copy the full SHA 91286adView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0adb29 - Browse repository at this point
Copy the full SHA c0adb29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7201c4f - Browse repository at this point
Copy the full SHA 7201c4fView commit details -
Merge pull request #520 from tailwindcss/process-tailwind-features-to…
…gether Process tailwind features together
Configuration menu - View commit details
-
Copy full SHA for 37493ed - Browse repository at this point
Copy the full SHA 37493edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e74f7 - Browse repository at this point
Copy the full SHA 01e74f7View 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 v0.6.3...v0.6.4