blackbird

blackbird

Blackbird CSS, Font, & Javascript toolkit for Rails & Jekyll

Blackbird is a toolkit that includes basic CSS libaraires, Javascript libaraires, and Fonts for use in the Rails Asset Pipline or Jekyll Assets

Included Assets

CSS

Javascript

Fonts

Installation

The only gem you need is the blackbird gem:

gem "blackbird"

After running bundle install just add blackbird to your CSS and Javascript files:

@import "blackbird";
//= require 'blackbird'

If you only require certain parts of Blackbird only include what you want. You can view what and how to import only certain parts in the manifest files in lib/blackbird/assets/stylesheets/blackbird.scss and lib/blackbird/assets/javascripts/blackbird.js

If you'd like to alter Neat/Bourbon/Blackbird's own variables, you can do so and incluse setting before blackbird

@import "grid-settings";
@import "blackbird";

Changelog

Please see CHANGELOG.md for more details

Contributors & Patches & Forks

Please see CONTRIBUTERS.md for contributors list

License's

Each includes asset's License should be located at the top of the file or in it's folder

Thanks

To all the creators and contributors of the included projects and for releasing it in a license that allows this project to exist.