1
0

fix: scss deprecation warning

This commit is contained in:
kolaente 2024-07-17 13:24:55 +02:00
parent cb706416c6
commit db81701d38
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -696,6 +696,9 @@ watch(
<style lang="scss">
.tiptap__editor {
transition: box-shadow $transition;
border-radius: $radius;
&.tiptap__editor-is-edit-enabled {
min-height: 10rem;
@ -711,9 +714,6 @@ watch(
cursor: text;
}
}
transition: box-shadow $transition;
border-radius: $radius;
}
.tiptap p::before {