UNPKG

postcss-viewport-units

Version:

Automatically append `content` property for viewport-units-buggyfill

9 lines (8 loc) 191 B
.hero { width: 50vw; height: 50vh; margin-top: calc((360/1080) * 100vh); padding: 1rem; color: green; content: 'viewport-units-buggyfill; margin-top: calc((360/1080) * 100vh)'; }