Skip to content

Commit 67942fc

Browse files
fix: rm style module from editor component
1 parent 4f2b6a4 commit 67942fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)