1.0.1 • Published 2 years ago

@matttelliott/tokyonight.scss v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Tokyo Night

Bootstrap theme based on folke/tokyonight.nvim

Demo

Usage

As plain CSS

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/matttelliott/tiny-redux/index.min.js">

As a SCSS module

@import '@matttelliott/tokyonight.scss';

As Bootstrap SCSS variables

@import './node_modules/bootstrap/scss/_functions.scss';
@import './node_modules/@matttelliott/tokyonight.scss/variables.scss';
@import './node_modules/bootstrap/scss/bootstrap.scss';