fix: scss deprecation warning
This commit is contained in:
parent
cb706416c6
commit
db81701d38
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user