fix: include quill theme in website css
Theme css are used by text editor in website view. closes #12535
This commit is contained in:
parent
85c79c82b1
commit
bc219c1bbf
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
@import '~quill/dist/quill.core';
|
||||
@import '~quill/dist/quill.snow.css';
|
||||
@import '~quill/dist/quill.bubble.css';
|
||||
@import 'variables';
|
||||
@import '~bootstrap/scss/bootstrap';
|
||||
@import "../common/mixins";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue