From c10291fe9645f7d89c65e54701217c74851aed4c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 23 Jun 2021 22:41:27 +0200 Subject: [PATCH] Remove explicit CSS import --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 0a91343..f4ec32a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,8 +11,6 @@ import { IFileBrowserFactory } from '@jupyterlab/filebrowser'; import { IMainMenu } from '@jupyterlab/mainmenu'; -import '../style/index.css'; - const FACTORY = 'Editor'; const ICON_CLASS = 'jp-PythonIcon'; const PALETTE_CATEGORY = 'Text Editor';