If a slide begins and then contains a <style> tag, that style tag should be scoped to only affect the current slide. It should also probably be inlined into the HTML elements so that reloads of that slide bring the new styles.
CSS::Scopifier and CSS::Inliner can do this, but that adds a lot of dependencies...
If a slide begins and then contains a
<style>tag, that style tag should be scoped to only affect the current slide. It should also probably be inlined into the HTML elements so that reloads of that slide bring the new styles.CSS::Scopifier and CSS::Inliner can do this, but that adds a lot of dependencies...