# headspring-bootswatch-theme-v3

> Bootswatch theme for Headspring applications (Bootstrap v3)

Latest version **0.1.1** (published 2018-03-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install headspring-bootswatch-theme-v3
pnpm add headspring-bootswatch-theme-v3
yarn add headspring-bootswatch-theme-v3
bun add headspring-bootswatch-theme-v3
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2018-03-16 |
| First published | 2018-03-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 12.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Headspring |
| Maintainers | garoyeri |

## Links

- npm: https://www.npmjs.com/package/headspring-bootswatch-theme-v3
- npm.io page: https://npm.io/package/headspring-bootswatch-theme-v3

## Dependencies (1)

- [bootstrap-sass](https://npm.io/package/bootstrap-sass.md) ^3.3.7

## Recent versions

- 0.1.1 (latest) — 2018-03-16
- 0.1.0 — 2018-03-16

## README

Bootswatch - Headspring Theme
=============================

This is a customized theme for Headspring applications based on the ["Yeti" theme from Bootswatch](https://bootswatch.com/yeti/). It changes a few colors and specifies a different font for headings and the navbar.

Original Yeti theme is [MIT Licensed, Copyright Thomas Park](LICENSE.original).

Usage
-----
Add this theme package as a dependency, then you have some choices. You can either use the generated `dist/css/bootstrap.css` or `dist/css/bootstrap.min.css` instead of the stock CSS from the Bootstrap module.  Or, you can use the `.scss` files and do the following in your site's SASS area:

```sass
@import "~headspring-bootswatch-theme-v3/dist/scss/variables";
@import "~bootstrap-sass/assets/stylesheets/bootstrap";
@import "~headspring-bootswatch-theme-v3/dist/scss/bootswatch";
```

In either case, you'll still need to include `bootstrap.js` and any other Bootstrap dependencies. There's a demo page of the theme deployed here: https://headspring-bootswatch-theme-v3.azurewebsites.net/ or you can pop open the `demo/index.html` page for an offline demo.

---
_Source: https://npm.io/package/headspring-bootswatch-theme-v3 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
