Skip to content

Commit

Permalink
Add Canvas Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall committed Jul 22, 2020
1 parent 6f40528 commit 73840f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugins/canvas/shareable_runtime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ const uiStyles = require.context(
/[\/\\](?!mixins|variables|_|\.|bootstrap_(light|dark))[^\/\\]+\.less/
);
uiStyles.keys().forEach((key) => uiStyles(key));

// Import Canvas CSS
require('../public/style/index.scss');

0 comments on commit 73840f2

Please sign in to comment.