Variables and mixins to bootstrap any new web development project.
You may safely use this one, can be found in master branch.
Don't use right now, this may break a lot of stuff (we're switching to rem, em is dead now -- and obviously that's a major change). You can find it in devel branch.
All you need is to import bootstrap in your .less file, usually the main one:
// bootstrap setup
@import "bootstrap/bootstrap.less";
@import "bootstrap/bootstrap-reset.less";
@import "bootstrap/bootstrap-addons.less";
@import "bootstrap/bootstrap-typography.less";
@import "bootstrap/bootstrap-print.less";
There's no need to include all files. Just use what's useful for you.
Fork as needed. I'd like to push back to Mark's original repo, but I think it's not possible anymore. We're just too far away.
Contact me if you have any questions. You can use GitHub issues too. And if you use this thing, let me know! My ego needs it! :]
- Original: Mark Otto (http://markdotto.com/bootstrap)
- Fork and addons by Vaclav Vancura / SAY Media ([email protected]) and Alex Schleifer ([email protected])