Skip to content

Commit

Permalink
Remove custom styling (#71)
Browse files Browse the repository at this point in the history
* Voila should bring all the styling needed

* Remove import of nbconvert css

* Update screenshots
  • Loading branch information
martinRenou authored Apr 24, 2023
1 parent a8be3bf commit afd2efc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions packages/voici/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* *
* The full license is in the file LICENSE, distributed with this software. *
****************************************************************************/
import '@jupyterlab/nbconvert-css/style/index.css';

import 'react-dom';
import { PageConfig, URLExt } from '@jupyterlab/coreutils';
import { JupyterLiteServer } from '@jupyterlite/server';
Expand Down
2 changes: 0 additions & 2 deletions packages/voici/src/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* *
* The full license is in the file LICENSE, distributed with this software. *
****************************************************************************/
import '@jupyterlab/nbconvert-css/style/index.css';

import { PageConfig, URLExt } from '@jupyterlab/coreutils';
import { JupyterLiteServer } from '@jupyterlite/server';
import {
Expand Down
3 changes: 0 additions & 3 deletions packages/voici/style.css

This file was deleted.

Empty file removed packages/voici/style/index.css
Empty file.
2 changes: 0 additions & 2 deletions packages/voici/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ fs.ensureDirSync(buildDir);

// Copy files to the build directory
const libDir = path.resolve(__dirname, 'lib');
const style = path.resolve(__dirname, 'style.css');

fs.copySync(libDir, buildDir);
fs.copySync(style, path.resolve(buildDir, 'style.css'));

const distRoot = path.resolve(
__dirname,
Expand Down
Binary file modified ui-tests/tests/voici.test.ts-snapshots/voici-ipycanvas-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afd2efc

Please sign in to comment.