fix: scss deprecation warning
This commit is contained in:
@ -696,6 +696,9 @@ watch(
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.tiptap__editor {
|
.tiptap__editor {
|
||||||
|
transition: box-shadow $transition;
|
||||||
|
border-radius: $radius;
|
||||||
|
|
||||||
&.tiptap__editor-is-edit-enabled {
|
&.tiptap__editor-is-edit-enabled {
|
||||||
min-height: 10rem;
|
min-height: 10rem;
|
||||||
|
|
||||||
@ -711,9 +714,6 @@ watch(
|
|||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
transition: box-shadow $transition;
|
|
||||||
border-radius: $radius;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tiptap p::before {
|
.tiptap p::before {
|
||||||
|
Reference in New Issue
Block a user