yogiben:bootstrap

v0.3.9Published 11 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Bootstrap 3 easily customisable variables

meteor add yogiben:bootstrap will not work##

The code has to be manually added to your packages folder. The core concept is not supported by the packaging system.

Set up

  1. cd to your packages folder
  2. git clone https://github.com/yogiben/meteor-bootstrap.git yogiben:bootstrap
  3. rm -R -f yogiben:bootstrap/.git (so you can commit the code)
  4. meteor add yogiben:bootstrap
  5. Choose a starting theme from Bootswatch like Flatly
  6. Download the variables.less file into your client folder or a subfolder e.g. /client/variables.less
  7. Create a less file in your client folder referencing the variables.less file

e.g. /client/bootstrap.less

@import "/client/variables.less";
@import "/packages/yogiben:bootstrap/bootstrap.import.less";

Fonts

Copy the font import line from the bootswatch.less download from Bootswatch.com into your bootstrap.less file.

Result

A bootstrap that is completely in your control.