headspring-bootswatch-theme-v3
v0.1.1
Published
Bootswatch theme for Headspring applications (Bootstrap v3)
Downloads
3
Readme
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-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.