Extensions to the built-in Number class.
Number
px
Number#px() ⇒ String
Returns a string representation of this number with the string ‘px’ appended to the end.
(5).px() // -> "5px"