mrt:jeet

INCOMPATIBLE WITH METEOR 0.9.0 OR LATER


Install
meteor add mrt:jeet@=5.3.1

Documentation

Jeet Grid System

This is a simple Meteor smart package for the excellent Jeet Grid System by MojoTech. It may be used with either Stylus or SCSS.

Stylus Usage

Add the stylus or stylus-latest package to your project. Then add this import to the top of your main .styl file(s):

@import 'packages/jeet'

SCSS Usage

Add the scss package to your project. Then add this import to the top of your main .scss file(s):

@import 'packages/jeet/jeet';