digitoolmedia / first

This is the first, official, Nuxt project that digitoolmedia started working on.
MIT License
1 stars 1 forks source link

fix: prose css component level? #3

Open Sandros94 opened 1 year ago

Sandros94 commented 1 year ago

https://github.com/digitoolmedia/first/blob/d0f44d84b371783e03e2cfe8793c73faf6662337/pages/%5B...slug%5D.vue#L3

I should consider if the prose class should be at component level instead of ContentDoc level.

Sandros94 commented 1 year ago

Currently I think we should not. Mainly because if I ever do need a component without prose applied I can always add a not-prose class to it.