A theme for Bootstrap 3 by W.I.S.V. 'Christiaan Huygens'
Download the bootstrap.css or bootstrap.min.css files or install using Bower:
bower install wisvch-bootstrap-theme
Powered by Themestrap. Themestrap is a simple starter kit for constructing Twitter Bootstrap 3+ themes. It provides the skeleton for a simple, maintainable theme that always uses code directly from Bootstrap with as little replacement as possible.
See https://wisvch.github.io/bootstrap-theme/
Install dependencies using Grunt and Bower (you must have these installed).
npm install
bower install
Now you're ready to go! Simply edit less/variables.less and less/theme.less to your liking.
When you're ready, just run grunt and it will compile and minify the distribution for you.
You can also run grunt watch to automatically compile as you work.
We've provided a "Bootstrap Kitchen Sink" HTML file at examples/kitchen-sink.html that contains
all of the various components in all of their variations. It may not be 100% exhaustive but it
should give you a good idea of what your theme will look like at a glance.
You can start a development server at http://localhost:8000 by running grunt serve. Your theme will automatically compile while the server is running.
Copyright 2015 W.I.S.V. 'Christiaan Huygens'; copyright 2013 Divshot, Inc. under the Apache 2.0 license.