Skip to content

Commit

Permalink
docs(notes): adds to NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jun 21, 2019
1 parent c03552e commit d420988
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,23 @@
import "vue2-editor/dist/css/vue2-editor.css";
import "quill/dist/quill.snow.css";
```

``` html
<style src="quill/dist/quill.snow.css"></style>
<!-- OR -->
<style>
@import "~quill/dist/quill.snow.css";
body {
background: lightgrey !important;
}
.quillWrapper {
padding: 1em;
background: white;
}
.ql-editor {
min-height: 300px;
}
</style>
```

0 comments on commit d420988

Please sign in to comment.