I have a set of mixins I use to apply the same basic text style variants to a bunch of different text-based components. It allows a consistent application of stuff like coloring, italic, bold, uppercase, alignment, etc. I'd like to include these in this project and update text components to include these options. They can be mixed and matched together to create a lot of variations.
Here's an example of what some of them look like:


I have a set of mixins I use to apply the same basic text style variants to a bunch of different text-based components. It allows a consistent application of stuff like coloring, italic, bold, uppercase, alignment, etc. I'd like to include these in this project and update text components to include these options. They can be mixed and matched together to create a lot of variations.
Here's an example of what some of them look like:

