Beets CSS is a CSS addon-library that is dependent on the Bootstrap framework. You will have to install Bootstrap for this library to work.
The porpose of Beets CSS is to tweek Bootstrap and give it a somewhat newer feel and some new functions. Beside a number of subtle design changes there are new button types, callouts, cursor classes and dropdown functions. Please refer to the documentation to learn more about what is different from the default Bootstrap experience.
Bootstrap is open source and because of that Beets CSS is also open source. On the projects GitHub page you can access all of the source files and tweek it yourself as you wish.
- Download and unzip the compiled version of Beets CSS
beets-css-v2.x.x-dist.zip
. - Include
beets.css
in the<head>
of your projects index file.
<link rel="stylesheet" href="~/assets/css/beets-css.css">
At the moment there isn't a bundled zip-file containing the .scss-files. You can get them manually via the source code for this project for the time being.
Please visit the documentations site for instruction on how to customize and use Beets CSS.