Replace node-sass with dart sass and fix deprecation warning
This commit is contained in:
committed by
Hans Pagel
parent
3bb1addf29
commit
6ca7ebde55
@@ -54,6 +54,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@use "sass:math";
|
||||
::v-deep {
|
||||
.ProseMirror {
|
||||
> * + * {
|
||||
@@ -63,7 +64,7 @@ export default {
|
||||
|
||||
.iframe-wrapper {
|
||||
position: relative;
|
||||
padding-bottom: 100/16*9%;
|
||||
padding-bottom: math.div(100,16)*9%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user