Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove custom styling #71

Merged
merged 3 commits into from
Apr 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.