Hello,
One of the main difficulties we have in web development is the detection of “forced reflow” (see this article for a quick explanation.
Currently the only way to detect this is to use the Chrome Devtool’s performance tab.
It would be very handy to be able to detect read/writes to css properties directly in Sonar, so when reviewing PRs we know we have to take a closer look.
What do you think ?