Add documentation for SCSS variables in revealjs #1446
+61
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a companion PR to Revealjs callout update to be merged in
It adds documentation for SCSS variable available to customize callouts.
@cwickham this PR also adds a new feature for our doc: Adding a color box next to some part mentioning a color.
Basically doing
[`<hexcolor>`]{.color-box}
would use the hexcolor to create the box. It would work with any text using[any content]{.color-box color="hexcolor"}
We could probably use that into the website in other places, and we could also make it a shortcode syntax if easier.
I noticed a few changes in preview locally regarding tables in documentation. I'll check if this is happening with the preview here too. I wonder if our brand change have had side effect