fx1should expand to flex: 1; while currently it expands to flex: 1px;
Am I correct in assuming this is not the intended behaviour?
To reproduce the error, simply expand fx1.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35981827-flex-abbreviation-expands-incorrectly?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github).
fx1
should expand toflex: 1;
while currently it expands toflex: 1px;
Am I correct in assuming this is not the intended behaviour?
To reproduce the error, simply expand
fx1
.