|
|
|
|
|
by craftkiller
490 days ago
|
|
I appreciate their minimalism too, but with http2 and http3 isn't this an anti-pattern? The overhead of loading an additional file is negligible in http2/3, but inlining causes you to have to re-download the CSS on every page instead of benefiting from the browser's cache. |
|
Latency being much more constraining than bandwidth, embedding a stylesheet that’s small is nearly always the correct tradeoff.