Browse Source

import dependent styles

Steven Silvester 6 years ago
parent
commit
469696d813
2 changed files with 2 additions and 0 deletions
  1. 1 0
      examples/terminal/src/index.ts
  2. 1 0
      packages/application/style/index.css

+ 1 - 0
examples/terminal/src/index.ts

@@ -3,6 +3,7 @@
 
 import 'es6-promise/auto'; // polyfill Promise on IE
 import '@jupyterlab/application/style/index.css';
+import '@jupyterlab/terminal/style/index.css';
 import '@jupyterlab/theme-light-extension/style/index.css';
 import '../index.css';
 

+ 1 - 0
packages/application/style/index.css

@@ -5,6 +5,7 @@
 
 @import url('~font-awesome/css/font-awesome.min.css');
 @import url('~@phosphor/widgets/style/index.css');
+@import url('~@jupyterlab/apputils/style/index.css');
 
 .p-Widget.p-mod-hidden {
   display: none !important;