docs: #548 - Add details about adding styles in the react project root #549
+19
−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.
What
Adds missing
ModernColors
setup step to the "Get Started" documentation for https://wave.free-now.com/?path=/docs/get-started--docs page.Why
If someone follows the setup instructions on the website without this step, the Wave components appear unstyled, which can create a confusing experience for new users.
How
Included an example usage of
ModernColors
in the setup guide to ensure proper CSS variables are loaded. Hence it closes #548