You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 classNames back to nodes in the tree to facilitate 3rd party theming.
Cheers, great module!
The text was updated successfully, but these errors were encountered:
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
andfont-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 andisableStyles
or similar option and add relevantclassName
s back to nodes in the tree to facilitate 3rd party theming.Cheers, great module!
The text was updated successfully, but these errors were encountered: