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: postcss/postcss-calc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.1
Choose a base ref
...
head repository: postcss/postcss-calc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.2.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 11, 2022

  1. docs: improve Readme

    Fix #106
    
    * Show the effect of PostCSS Calc alone, so people don't expect it to resolve
      custom properties.
    * Remove outdated Travis badge
    ludofischer committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    3f2c424 View commit details
    Browse the repository at this point in the history
  2. fix: respect CSS var when reducing

    Fix cssnano/cssnano#1235
    
    Preserve the parentheses around a math expression that contains
    a var() function call, to guarantee that the expression value stays the same.
    
    The CSS custom properties might contain an addition or
    subtraction, so even distributing multiplication or division is not safe.
    ludofischer committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    99d9fa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. chore(release): 8.2.2

    ludofischer committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1f2513d View commit details
    Browse the repository at this point in the history
Loading