Replace node-sass with dart sass and fix deprecation warning

This commit is contained in:
Markus Machatschek
2021-07-14 20:34:07 +02:00
committed by Hans Pagel
parent 3bb1addf29
commit 6ca7ebde55
3 changed files with 16 additions and 142 deletions

View File

@@ -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%;