Skip to content

Commit

Permalink
fix(fluent-editor): fix fluent-editor style.css (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol authored Oct 23, 2024
1 parent 7bf0982 commit 801bac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vue/src/fluent-editor/src/mobile-first.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import { renderless, api } from '@opentiny/vue-renderless/fluent-editor/vue'
import { props, $prefix, setup, defineComponent } from '@opentiny/vue-common'
import FluentEditor from '@opentiny/fluent-editor'
import '@opentiny/fluent-editor/dist/style.css'
import '@opentiny/fluent-editor/style.css'
import {
IconEditorAlignCenter,
IconEditorAlignLeft,
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/fluent-editor/src/pc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { $prefix, props, setup, defineComponent } from '@opentiny/vue-common'
import { renderless, api } from '@opentiny/vue-renderless/fluent-editor/vue'
import '@opentiny/vue-theme/fluent-editor/index.less'
import FluentEditor from '@opentiny/fluent-editor'
import '@opentiny/fluent-editor/dist/style.css'
import '@opentiny/fluent-editor/style.css'
import {
IconEditorAlignCenter,
IconEditorAlignLeft,
Expand Down

0 comments on commit 801bac6

Please sign in to comment.