UNPKG

@matttelliott/tokyonight.scss

Version:
27 lines (18 loc) 611 B
# Tokyo Night ### Bootstrap theme based on [folke/tokyonight.nvim](https://github.com/folke/tokyonight.nvim) ## [Demo](https://matttelliott.github.io/tokyonight.scss) ## Usage ### As plain CSS ```html <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/matttelliott/tiny-redux/index.min.js"> ``` ### As a SCSS module ```scss @import '@matttelliott/tokyonight.scss'; ``` ### As Bootstrap SCSS variables ```scss @import './node_modules/bootstrap/scss/_functions.scss'; @import './node_modules/@matttelliott/tokyonight.scss/variables.scss'; @import './node_modules/bootstrap/scss/bootstrap.scss'; ```