Skip to content

jaeming/jeet-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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