Skip to content

Commit

Permalink
docs: add NOTES and TODO's
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jun 21, 2019
1 parent b9c037c commit 1c43b1c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -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";
```
5 changes: 5 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -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'`

0 comments on commit 1c43b1c

Please sign in to comment.