Cerealkillerway / materialNote

Summernote wysiwyg editor converted for Materialize
MIT License
109 stars 44 forks source link

materialNote.css #3

Open Muphet opened 8 years ago

Muphet commented 8 years ago

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?

HiveSolution commented 8 years ago

+1 The Editor is not bad. But overwriting the CSS we might be using on our page? Come on.

Cerealkillerway commented 8 years ago

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;

HiveSolution commented 8 years ago

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.

kabudu commented 7 years ago

@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!