-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add grid.scss to docs sitewide yaml #53
Conversation
@jimjam-slam The most recent commit switches from On the up and up, the gallery is fixed! |
It looks to me like the stylesshet is loading just fine! That said, CSS has not traditionally supported nesting (I believe it's just starting to come in), and it definitely doesn't support |
In 815efea I've renamed Then, in ea2a2b6 I've manually compiled One frustration of CSS is that it tends to silently fail: you don't get console error messages when the browser finds invalid CSS, it just ignores it or stops processing it 😮💨 This seems to be working, though! |
(Note that poem doesn't seem to be scaling)
I've done the same for |
Interesting: I don't see |
Uf, as the commit history will attest, this took some serious troubleshooting. The issue was that I set up a minimal example of an extension and a website and wasn't able to replicate the issue. Then I looked at our css file and found this mysterious line at the bottom: /*# sourceMappingURL=grid.css.map */ I wondered if quarto would do a scan for that comment to indicate that this was a downstream css and not to be distributed with the extension. I stripped it out and ... it seems to be working now? |
Well this is strange. The state of this branch at this moment publishes Minard just fine to quarto pub https://andrew.quarto.pub/closeread2/gallery/demos/minard-zoom/minard.html but still doesn't work on the netlify build... https://closeread.netlify.app/gallery/demos/minard-zoom/minard.html 😜 |
I tried commenting out part of the workflow that copied the extension - leaving that up to the pre-render script - but still no luck... |
No description provided.