1.4.1 • Published 6 years ago

@kikstart-playground/themes v1.4.1

Weekly downloads
34
License
MIT
Repository
github
Last release
6 years ago

@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.

Themes

Use any of the following theme names in the examples below:

  • dark
  • light
  • pirate

Installation

Install @kikstart-playground/themes from npm:

npm i @kikstart-playground/themes
# or 
yarn add @kikstart-playground/themes

Local

// 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";

CDN

<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">

MIT License

1.4.1

6 years ago

1.4.0

6 years ago

1.3.10

6 years ago

1.3.11

6 years ago

1.3.9

6 years ago

1.3.8

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.2.3

6 years ago

1.2.1-beta.0

6 years ago

1.2.1-beta.1

6 years ago

1.2.1-beta.2

6 years ago

1.1.1

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-alpha.3

6 years ago

1.0.0-alpha.2

6 years ago

0.0.1

6 years ago