Open wc-matteo opened 8 years ago
padding: 0 ms(1)rem;
padding: 1rem;
padding: 0 1rem;
yes, I chose to only support long hand for the initial release. I am open to a PR to support this though.
Input
padding: 0 ms(1)rem;
Output
padding: 1rem;
Expected
padding: 0 1rem;