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: clean-css/clean-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.5
Choose a base ref
...
head repository: clean-css/clean-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.6
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 8, 2017

  1. Fixes #887 - edge case in serializing comments.

    Why:
    
    * When `removeEmpty: false` is used then comments are not properly
      removed from a list of tokens.
    jakubpawlowicz committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    98254d1 View commit details
    Browse the repository at this point in the history
  2. Fixes #953 - beautify breaks attribute selectors.

    Why:
    
    * `~` marker can be used both to denote adjacent selectors and inside
      an attribute matcher.
    jakubpawlowicz committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    77bad8e View commit details
    Browse the repository at this point in the history
  3. Version 4.1.6.

    jakubpawlowicz committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    8c63ce0 View commit details
    Browse the repository at this point in the history
Loading