0.1.1 • Published 6 years ago

headspring-bootswatch-theme v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Bootswatch - Headspring Theme

This is a customized theme for Headspring applications based on the "Yeti" theme from Bootswatch. It changes a few colors and specifies a different font for headings and the navbar.

Original Yeti theme is MIT Licensed, Copyright Thomas Park.

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:

@import "~headspring-bootswatch-theme/dist/scss/variables";
@import "~bootstrap/scss/bootstrap";
@import "~headspring-bootswatch-theme/dist/scss/bootswatch";

In either case, you'll still need to include bootstrap.js and popper.js (or a reasonable alternative of both) as usual. There's a demo page of the theme deployed here: https://headspring-bootswatch-theme.azurewebsites.net/ or you can pop open the demo/index.html page for an offline demo.