What I’m trying to do
Apply custom CSS to files created during the longform plugin’s Compile process.
Things I have tried
I created some custom CSS that uses the suggested ".longform-leaf” class to apply styling to files created using the longform plugin. This works fine. Apparently, though, files generated during the Compile process don’t use this class, and so the styling is not applied.
Does anyone have any suggestions on how to apply it?
Thank you.