materialNote
materialNote copied to clipboard
materialNote.css
this file includes materializecss in it, it's pain in ** to exclude editor css only to apply to existing website not overwriting styles. can you either replace this css to editor-only styles or include it somewhere?
+1 The Editor is not bad. But overwriting the CSS we might be using on our page? Come on.
I understand the problem, but right now I can't figure how to say to grunt to compile them as separate files; I probably need to remove the @import rule and hard-code the colors; in any case in the generated materialNote.css file, the styles related to the editor are the ones from line 8285, 'till the end of the file;
It would be so awesome if you could fix this. The editor looks amazing but ruining the css is a huge problem. Hope you fix this soon.
@HiveSolution A little late as a suggestion, but you could try changing the order in which you load your CSS. i.e. load the materialNote.css first and then your page css after. It worked for me!