diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 0000000..ed6b785 --- /dev/null +++ b/NOTES.md @@ -0,0 +1,18 @@ +# Vue2Editor Notes + +> Things To Remember + +## Importing Quill's styles + +``` scss +@import '~quill/dist/quill.core.css'; +@import '~quill/dist/quill.bubble.css'; +@import '~quill/dist/quill.snow.css'; +``` + +**Both of these work** + +``` js +import "vue2-editor/dist/css/vue2-editor.css"; +import "quill/dist/quill.snow.css"; +``` diff --git a/TODO b/TODO new file mode 100644 index 0000000..702898c --- /dev/null +++ b/TODO @@ -0,0 +1,5 @@ + +Todo: + ☐ Need to fix build so regular builds are including `CSS` + ☐ NEED TO UPDATE CSS BUILD SO IT ONLY OUTPUTS YOUR CUSTOM CSS AND THEN THE USER CAN IMPORT QUILL'S STYLES ON THEIR OWN + ☐ Possibly change it `import 'vue2-editor/dist/vue2-editor.modular.js'`