Right now there is a debate in the company that I work, if we should specify the dimension of our templates (divs, fonts etc) based on the pixel ratio of the devices (computers, smartphones etc.) or just simple pixels.
What do you think about specifying the width/height of the divs based on pixel ratio instead of old school simple pixels? And what's the best practice for sizing based on pixel ratio?
Thanks!