1.4.1 • Published 5 years ago

@kikstart-playground/themes v1.4.1

Weekly downloads
34
License
MIT
Repository
github
Last release
5 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

5 years ago

1.4.0

5 years ago

1.3.10

5 years ago

1.3.11

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.2.3

5 years ago

1.2.1-beta.0

5 years ago

1.2.1-beta.1

5 years ago

1.2.1-beta.2

5 years ago

1.1.1

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago

0.0.1

5 years ago