You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you basically need to download the whole Reveal.js code (on the gh-pages branch) and recompile to switch to one of the other Revealjs code options. I see two ways to improve this without making the source messy.
Have the SCSS generate separate CSS files for each color option, without having to copy and paste any of the SCSS. This way people just download the CSS file they want and update one line of HTML. This is the preferred way in my mind, though I don't know how to do it.
Have a separate SCSS/CSS file with just the colors that can be used with the default generated CSS file to update the color (so modifying two lines of HTML to import them both). I also don't know how to do this, as the SCSS variables aren't available at that point
I am certainly open to suggestions
The text was updated successfully, but these errors were encountered:
Right now you basically need to download the whole Reveal.js code (on the gh-pages branch) and recompile to switch to one of the other Revealjs code options. I see two ways to improve this without making the source messy.
I am certainly open to suggestions
The text was updated successfully, but these errors were encountered: