I'm upgrading from 1.1.1 to 2.0.4, and comparing my compiled output.
Everything looks great (bug fixes and what not), but the one issue I've found is the output for .background-size(5px auto) outputs background-size: 5px, auto; (and prefixes are the same).
I'm upgrading from 1.1.1 to 2.0.4, and comparing my compiled output. Everything looks great (bug fixes and what not), but the one issue I've found is the output for
.background-size(5px auto)
outputsbackground-size: 5px, auto;
(and prefixes are the same).