Skip to content

Commit

Permalink
[BUG] Import mobiledoc-kit css
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril-sf committed Sep 26, 2023
1 parent 1dd5f35 commit c76031c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@

module.exports = {
name: require('./package').name,

included: function (app) {
this._super.included.apply(this, app);

app.import('node_modules/mobiledoc-kit/dist/mobiledoc.css');
},
};

0 comments on commit c76031c

Please sign in to comment.