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
cdto yourpackagesfoldergit clone https://github.com/yogiben/meteor-bootstrap.git yogiben:bootstraprm -R -f yogiben:bootstrap/.git(so you can commit the code)meteor add yogiben:bootstrap- Choose a starting theme from Bootswatch like Flatly
- Download the
variables.lessfile into your client folder or a subfolder e.g./client/variables.less - Create a less file in your client folder referencing the
variables.lessfile
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.