to-rem Convert pixels to rem. Install: npm install to-rem --save import rem from 'to-rem'; var style = { margin: rem(20), padding: rem('8 0 12'), };