alexdunphy / units

Got units? Convert them! Parse length, angle and resolution CSS values and convert between units.
MIT License
26 stars 7 forks source link

Server side rendering #1

Open iamrane opened 7 years ago

iamrane commented 7 years ago

The problem with server side rendering is that window doesnt exist. Neiter can it look what px the body has. Would be nice if the prop element also could be a numeric value in px. units.convert('rem', '16px', 16);

piranna commented 6 years ago

Could you be able to do a pull-request for that? I would find it useful too :-)