girassolbit / meteor-kouto-swiss

A complete Meteor package to work with Stylus, using Kouto Swiss - CSS Framework + Jeet + Rupture + Axis + AutoPrefixer + Nib + Typographic

Home Page:https://atmospherejs.com/girassolbit/meteor-kouto-swiss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor Kouto Swiss - Package for Kouto Swiss - A complete CSS Framework

This is a complete Meteor package to work with Stylus, using:

  • Kouto Swiss, a complete css framework for Stylus;
    • Jeet, a grid system for humans;
    • Rupture, a utility for working with media queries in stylus;
    • Axis, a magical utility belt for stylus;
    • Nib, a small library for providing robust cross-browser CSS3 mixins;

Installation

Install using Meteor's package management system:

> meteor add girassolbit:meteor-kouto-swiss

Usage

Add this import to the top of your main .styl file(s) in styles directory:

@import 'kouto-swiss'
@import 'jeet'
@import 'rupture'
@import 'nib'
@import 'typographic'

About

A complete Meteor package to work with Stylus, using Kouto Swiss - CSS Framework + Jeet + Rupture + Axis + AutoPrefixer + Nib + Typographic

https://atmospherejs.com/girassolbit/meteor-kouto-swiss


Languages

Language:JavaScript 96.6%Language:CSS 3.4%