postcss-100vh-fix
postcss-100vh-fix copied to clipboard
Handling width, min-width, max-width
I'm wondering should plugin also handle width, min-width and max-width? Could be useful in cases like
.class {
width: 100vh;
transform: rotate(90deg);
}