Managing text styles effectively

What’s the best approach for managing text styles?

Default Styles works great, but sometimes styling doesn’t relate to content flow (e.g. h1)

Mixins seem like the answer - except you can’t target responsive variants

I could define the classes in my project’s CSS, except I can’t apply classes to slot targets

Only thing I can think of is to make the styles myself, and make plasmic components to wrap around the components with the className set

sure would be nice to have variantable mixins… :pleading_face:

so wrapper components are the only way?

You could try applying your own css class, but instead of on the slot target, put it on the parent element of the slot target