Hakim El Hattab
Hakim El Hattab
Yeah – plenty of those overrides are no longer needed and could be removed. Some of the style resets, like `text-shadow: 0 0 0 #000 !important`, could probably be removed...
I wasn't referring to normalizing the browser's default styles, we already use reset.css for that. I meant reset as in undoing the styles that reveal.js has set.
Two updates: 1. The reset style selectors are no longer prefixed ".reveal", making them easier to override. 2. The reset styles were moved out of reveal.css to reset.css. This makes...
I think it's a fair assumption that `sync` should update slide classes. Currently, the only time slide classes are update is when calling `slide`, so a workaround for now is...
> @hakimel Any updates on the vite integration? The switch to Vite is done. Just needs more testing. The main task that remains in this branch is adding types. I'm...
Shiki looks really great. It's not possible to swap highlight libs in the syntax highlight plugin that's included in this repo. The best way to add a Shiki highlighter would...
Looks like gulp 5 is out now, maybe an upgrade will help with these install issues.
Can you pull latest master and give this another go? I upgraded a few dependencies, including a small bump in `node-qunit-puppeteer`.
Thanks for the suggestion. This is doable and would be a great enhancement.
Good idea and something I've been wanting to add as well.