This should allow us to make further optimizations (autoprefixer, minification etc).
Also, we could try moving the results CSS to a separate file so that it's cached, and keep the index page CSS inlined.
Just thinking out loud BTW :)
Another gain will be that we'll have one place to handle the CSS (minus the bars height/width and any other inline styles that cannot be moved of course)
This should allow us to make further optimizations (autoprefixer, minification etc).
Also, we could try moving the results CSS to a separate file so that it's cached, and keep the index page CSS inlined.
Just thinking out loud BTW :)
Another gain will be that we'll have one place to handle the CSS (minus the bars height/width and any other inline styles that cannot be moved of course)