Skip to content

Commit 171e1c0

Browse files
fix: rm style module from editor component
1 parent 4f2b6a4 commit 171e1c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

@codexteam/ui/src/vue/components/editor/Editor.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<div
33
ref="editorComponent"
4+
class="editorjs"
45
:class="{
5-
[$style['editorjs']]: true,
6-
[$style['editorjs--with-initial-placeholder']]: props.firstBlockPlaceholder,
6+
'editorjs--with-initial-placeholder': props.firstBlockPlaceholder,
77
}"
88
/>
99
</template>
@@ -92,7 +92,7 @@ defineExpose({
9292
});
9393
</script>
9494

95-
<style module>
95+
<style>
9696
@import '../../../styles/typography.pcss';
9797
9898
.editorjs {

0 commit comments

Comments
 (0)