Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

bangthetable/jeet-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Packages

No packages published

Languages

  • Ruby 100.0%