Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 759 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 759 Bytes

Jeet Rails

Gem Version Dependency Status

Jeet is a preprocessor grid system that allows you to specify the widths and gutters of elements with fractions. If you want an element to take up half of it's container, simply write column(1/2). More details and docs available at jeet.gs.

Installation

  • Gemfile: gem 'jeet'
  • bundle install

Usage

  • application.css.scss: @import 'jeet';