jodit / jodit-react

React wrapper for Jodit
MIT License
352 stars 118 forks source link

file include.jodit.js exports css without css vars #251

Open undefinederror opened 6 months ago

undefinederror commented 6 months ago

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.

Naksik commented 5 months ago

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