I adding prose to some content (not too high because of something like #73 missing) but this is leaving other places where I would like to use it. At first, I would like to know if there's a way to `@apply` a prose styling on my own css. Like: ```css h1 { @apply "prose h1" } ``` or something like that.