| title | Text with multiple styles (WIP) |
|---|---|
| version | 0.1.0 |
| revision | 1 |
<div style="color: grey">
Hello<span style="color: black">Universe,</span> Nice to meet you.
</div>For multi style inlined text use with styled-components, it's redundant to maintain each unique style as new variable.
// WIP