Input:
.test {
border-bottom: none;
border-color: red;
}
Output:
.test{border-bottom:none none red;border-left-color:red;border-right-color:red;border-top-color:red}
Expected:
.test{border-bottom: none;border-color: red}
Note: border-bottom: none none red is invalid.
And if you replace border-bottom: none with border: none the output is also invalid:
.test{border:none none red}
cssnano version: 4.0.5
I'll try to have a look at it this weekend.
It's gonna be a few more days. Sorry for the delay.
@albertxing Sorry for the delay, the fix will be published in the next release.
Thanks! 馃檶 馃檱