Chrome dev tools exact computed value for CSS rules
问题 Is there anyway for instance I can get the exact pixel value (with decimal places) of a font to show in Chrome dev tools? In Firebug (below) when I define a % value it shows the exact computed value in pixels up to 4 decimal places. In Chrome dev tools (below) it only shows a whole number value. In essence I want to be able to see in dev tools ► font-size: 13.7167px; Thanks! 回答1: Yes, you simply need to view Computed Style under Chrome Dev Tools. Dev Tools -> Elements -> Computed Style 回答2: