Skip to content
Permalink

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 Loading
base: v0.6.3
Choose a base ref
...
head repository: tailwindlabs/tailwindcss Loading
compare: v0.6.4
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 11, 2018

  1. 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.
    adamwathan committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    80baf4a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Fix style

    adamwathan committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    1a9b87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2574417 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    91286ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0adb29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7201c4f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #520 from tailwindcss/process-tailwind-features-to…

    …gether
    
    Process tailwind features together
    adamwathan committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    37493ed View commit details
    Browse the repository at this point in the history
  5. 0.6.4

    adamwathan committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    01e74f7 View commit details
    Browse the repository at this point in the history
Loading