Add theming support
Opened this issue · 2 comments
ggoodman commented
Embedding this library in 0.1.x
in a project with a modern build step was very easy and provided an opportunity to adjust and/or overwrite styles.
For example, I would like to use a different font-size
and font-family
. I don't think the library should be hard-coded with those sorts of decisions already made and set in stone.
For now I need to use !important
rules but hope you consider an disableStyles
or similar option and add relevant className
s back to nodes in the tree to facilitate 3rd party theming.
Cheers, great module!
xyc commented
mathew-kurian commented