Property to pixel converter component
Abstracts reading a value from an element's styles and converting it to pixels. This is especially useful when pixels are required for something in JavaScript but padding, margins, etc. are defined in CSS in
em
s, for example.