postcss/postcss-custom-properties

Missed whitespace

Closed this issue · 2 comments

ai commented

Input CSS:

  .base {
    box-shadow: inset 0 -3px 0 var(--buttonDepthColor);
  }

Output CSS:

  .base {
     box-shadow: inset 0 -3px 0rgba(0, 0, 0, 0.2);
  }

/cc @jonathantneal

Thanks for reporting this. It is resolved in v8.0.2.

ai commented

Thanks, it was fast :)