jupyterlab-tailwind-theme
Version:
A JupyterLab theme extension inspired by Tailwind CSS.
9 lines (8 loc) • 391 B
TypeScript
import { JupyterFrontEndPlugin } from '@jupyterlab/application';
/**
* A plugin for jupyterlab-tailwind-theme
* Since the JupyterLab theme extension seem to only allow for one index.css file, there is a set of variables
* defined in index.css which is overridden here depending of the choice of theme.
*/
declare const plugin: JupyterFrontEndPlugin<void>;
export default plugin;