Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
lumoslabs/bootstrap_haml_helpers
====
# lumoslabs/bootstrap_haml_helpers

HAML wrappers for [Twitter Bootstrap](http://getbootstrap.com/2.3.2) components.

[![Build Status](https://travis-ci.org/lumoslabs/bootstrap_haml_helpers.svg)](https://travis-ci.org/lumoslabs/bootstrap_haml_helpers)
[![Gem Version](https://badge.fury.io/rb/bootstrap_haml_helpers.svg)](http://badge.fury.io/rb/bootstrap_haml_helpers)

Integration
----
To integrate our gem into your application, follow these steps:
Expand All @@ -12,10 +14,6 @@ To integrate our gem into your application, follow these steps:
3. Add the following line to your main SASS file (typically application.css.sass): `//= require bootstrap_haml_helpers`
4. Add the following to your main JS file (typically application.js): `//= require bootstrap_haml_helpers`

CI
----
bootstrap_haml_helpers runs on public [Travis CI](https://magnum.travis-ci.com/lumoslabs/bootstrap_haml_helpers).

Versioning
----
We follow the same version as Twitter Bootstrap (currently 2.3.2). Any patches will fall as a sub-version of the existing patch number (e.g. 2.3.2.1).