Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make using revealjs-swiss colors easier #8

Open
mirdaki opened this issue Feb 6, 2019 · 0 comments
Open

Make using revealjs-swiss colors easier #8

mirdaki opened this issue Feb 6, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mirdaki
Copy link
Owner

mirdaki commented Feb 6, 2019

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.

  1. 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.
  2. 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

@mirdaki mirdaki added the enhancement New feature or request label Feb 6, 2019
@mirdaki mirdaki added this to the 1.0.0 milestone Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant