Closed
Description
@geelen I'm following your suggestion and creating a healthy issue to discuss this.
What do you recommend for the follow scenario:
.docs h3 {
composes: color;
}
.page h3 {
composes: color;
}
I'm re-writing the page/docs for Minigrid and I'm using markdown-loader
for generate content for both. I can use my own markdownLoader to parse the text, add the classNames and give it back to the webpack. For this simple case it works fine, however my concern is when the project grows this could become problematic. I'd like to be able to achieve this without have to overwrite the loader and parse the content.
Thoughts?
Thanks 🍺