rodneyrehm / viewport-units-buggyfill

Making viewport units (vh|vw|vmin|vmax) work properly in Mobile Safari.
MIT License
1.59k stars 151 forks source link

Can I change vw to rem? #90

Closed hqqxxf closed 6 years ago

hqqxxf commented 6 years ago

@rodneyrehm

rodneyrehm commented 6 years ago

rem is a font-relative unit (as such not in scope of this project), vw is a viewport-relative unit. See https://developer.mozilla.org/en-US/docs/Web/CSS/length - If that does not answer your question, please elaborate what your actual problem is.