Skip to content

Beets CSS is a CSS addon-library for the Bootstrap framework adding subtle design changes and some custom components.

License

Notifications You must be signed in to change notification settings

jonasbirkelof/beets-css

Repository files navigation

About

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.

Installation

Compiled CSS file

  1. Download and unzip the compiled version of Beets CSS beets-css-v2.x.x-dist.zip.
  2. Include beets-css.css in the <head> of your projects index file.
<link rel="stylesheet" href="~/assets/css/beets-css.css">

Source files (comming soon!)

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.

Documentation

Please visit the documentations site for instruction on how to customize and use Beets CSS.

Beets CSS Documentation