cretep / meteor-bootcamp-stylus

Twitter Bootcamp Template as Stylus files for Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requires dirty hack for Meteor 0.9 :( ======================= ``` git clone https://github.com/cretep/meteor-bootcamp-stylus "packages/pac:bootcamp-stylus" ```

Bootstrap 3.2.0

Bootstrap 3.2.0 in Stylus 0.42.0 by Acquisio.

Quick Start

Create a bootstrap.styl file in your project and add:

@import "/packages/pac:bootstrap-stylus/bootstrap.styl"

Customise

Add variables before the @import:

$state-info-bg = darkgreen
$state-info-text = lightgreen
$brand-info = green

Even split up everything:

$bsPath = '/packages/pac:bootstrap-stylus/'
$icon-font-path = $bsPath + 'fonts/'

@import $bsPath + "stylus/variables.styl"
@import $bsPath + "stylus/mixins.styl"
...
...

About

Twitter Bootcamp Template as Stylus files for Meteor


Languages

Language:CSS 98.8%Language:JavaScript 1.2%