postcss-100vh-fix icon indicating copy to clipboard operation
postcss-100vh-fix copied to clipboard

Handling width, min-width, max-width

Open smashercosmo opened this issue 5 years ago • 0 comments

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);
}

smashercosmo avatar Nov 25 '20 16:11 smashercosmo