css-mediaquery
css-mediaquery copied to clipboard
Unit multiplier for Point appears to be incorrect...
I believe that the unit multiplier is incorrect:
https://github.com/ericf/css-mediaquery/blob/master/index.js#L176
Currently, it's specified as 72, converting 72pts/in -> 96px/in, we get (4/3)px/pt
Did I goof up units?