Hello everyone!
I'm making a new plugin that uses some 3rd-party library and I need to include a stylesheet (and js). I prefer that final user already insert the 3rd-party library stylesheet and javascript, but since ckeditor append "CSS" to head, ckeditor styles are loaded after plugin resources, and they are overwritten.
I did my own function to append new styles to head after ckeditor does, but, I dont know if there is a better way to get this aproach.
Do you know any other way to do this?
BTW: Sorry for my poor english :$