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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.3
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 30, 2018

  1. Configuration menu
    Copy the full SHA
    2e34df9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #442 from tailwindcss/preflight-sourcemaps

    Add sourcemaps for replaced preflight styles
    adamwathan authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    14f1ba6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. add test harness for cli.js and stdout bugfix

    - when used on the CLI, lib/cli.js was writing the output of log
    statements to STDOUT; this caused consumers of the CLI who wanted to
    pipe the processed output (css) to other unix utilities to end up with
    invalid CSS due to the log messages appearing at the start and end of
    the files
    
    - this commit fixes this by replacing `console.log` with `console.warn`
    and `console.error`, which both write output to STDERR
    davemo committed May 3, 2018
    Configuration menu
    Copy the full SHA
    862bce8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #462 from davemo/fix/cli-output-logging

    add test harness for cli.js and stdout bugfix
    adamwathan authored May 3, 2018
    Configuration menu
    Copy the full SHA
    96e11a1 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. 0.5.3

    adamwathan committed May 7, 2018
    Configuration menu
    Copy the full SHA
    01104b6 View commit details
    Browse the repository at this point in the history
Loading