postcss-short
postcss-short copied to clipboard
Feature request: `max-size`
Can I request the ability to use the following:
Input:
.test {
max-size: 10px 50px;
}
Output:
.test {
max-width: 10px;
max-height: 50px
}
Thank you and great work!