rviscomi / capo.js

Get your <head> in order

Home Page:https://rviscomi.github.io/capo.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should print stylesheets be a lower weight?

rviscomi opened this issue · comments

Print stylesheets have the same weight as all other synchronous styles (5).

Given that they're not necessary for rendering UI to screens, and browsers still attempt to load them anyway (at a lower priority), consider lowering their weight to 0 accordingly.