jodit/jodit-react

file include.jodit.js exports css without css vars

undefinederror opened this issue · 1 comments

Why is jodit/es5/jodit.min.css exported rather than the css from any of the other folders (es2015, es2018, es2021, es2021.en)??
The one from es5 is the only one with hardcoded colors, as opposed to css vars.

That makes it much harder and uglier to customize.

Confirming. This problem has been around for a long time. This is one of the reasons why we don't use jodit-react on our project, as we need customization of theme colors. It would be cool if fixed that