index.css 451 B

12345678910
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. @import './base.css';
  6. @import url('~@jupyterlab/apputils/style/index.css');
  7. @import url('~@jupyterlab/codeeditor/style/index.css');
  8. @import url('~@jupyterlab/rendermime/style/index.css');