7 ms·
The first CSS file on a page is blocking for all modern browsers regardless of JS or no JS. Exceptions for: * media queries, which are evaluated, if the CSS i
by b1tr0t 13y ago
The first CSS file on a page is blocking for all modern browsers regardless of JS or no JS.
Exceptions for:
* media queries, which are evaluated, if the CSS is not applicable it isn't downloaded
* disabled stylesheets which are ignored
(edited for formatting)