Fixing incorrect text-info-emphasis example for theme demos #1312
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.
Summary: The
text-info-emphasis
example was missing the-emphasis
suffix from its class definition. Here is a pull request to fix all examples.Old:
<p class="text-info">.text-info-emphasis</p>
New:
<p class="text-info-emphasis">.text-info-emphasis</p>
Files Affected:
modified: docs/cerulean/index.html
modified: docs/cosmo/index.html
modified: docs/cyborg/index.html
modified: docs/darkly/index.html
modified: docs/default/index.html
modified: docs/flatly/index.html
modified: docs/journal/index.html
modified: docs/litera/index.html
modified: docs/lumen/index.html
modified: docs/lux/index.html
modified: docs/materia/index.html
modified: docs/minty/index.html
modified: docs/morph/index.html
modified: docs/pulse/index.html
modified: docs/quartz/index.html
modified: docs/sandstone/index.html
modified: docs/simplex/index.html
modified: docs/sketchy/index.html
modified: docs/slate/index.html
modified: docs/solar/index.html
modified: docs/spacelab/index.html
modified: docs/superhero/index.html
modified: docs/united/index.html
modified: docs/vapor/index.html
modified: docs/yeti/index.html
modified: docs/zephyr/index.html