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';