DEV Community

Discussion on: Back to Basic: Should we use Rem, Em or Pixel?

Collapse
 
seanwuapps profile image
Sean Wu Apps

If you use postcss a very handy plugin called px2rem can automatically replace px values with the calculated rem values.

Collapse
 
theodorusclarence profile image
Theodorus Clarence

Thanks, will look into it!