$ cnpm install @kikstart-playground/themes
Set of custom themes based on Bootswatch.
I made these because I kept on making similar changes to a few Bootswatch themes, and I figured it would be lovely to have it wrapped up in a single package without dependencies.
Use any of the following theme names in the examples below:
dark
light
pirate
Install @kikstart-playground/themes
from npm:
npm i @kikstart-playground/themes
# or
yarn add @kikstart-playground/themes
// Local CSS
@import "~@kikstart-playground/themes/css/dark.css";
// Local SCSS
@import "~@kikstart-playground/themes/scss/dark";
// Local SCSS with overrides
@import "~@kikstart-playground/themes/scss/dark/variables";
// ---
// Here you can override and add your own styles!
// ---
@import "~@kikstart-playground/themes/vendor/bootstrap";
@import "~@kikstart-playground/themes/scss/dark/bootswatch";
<link rel="stylesheet" href="https://unpkg.com/@kikstart-playground/themes/css/dark.css">
<!-- Or use the minified version -->
<link rel="stylesheet" href="https://unpkg.com/@kikstart-playground/themes/css/dark.min.css">
Copyright 2014 - 2017 © taobao.org |