inline critical CSS

This commit is contained in:
りき萌 2025-10-06 14:43:02 +02:00
parent 5304273b28
commit 6b707587ef
6 changed files with 806 additions and 832 deletions

View file

@ -19,9 +19,10 @@
// We want to let the user have a selection on collapsible blocks without collapsing them when
// the user finishes marking their selection.
document.addEventListener("click", event => {
if (getSelection().type == "Range") {
event.preventDefault();
}
if (getSelection().type == "Range") {
event.preventDefault();
}
});
{{!-- Go through the import map for each script. --}}
{{#each page.scripts}}