Skip to content

ZoupPowered/bootstrap

 
 

Repository files navigation

Bootstrap

Variables and mixins to bootstrap any new web development project.

Current stable version: 3.0.1

You may safely use this one, can be found in master branch.

Current development branch: 4.X.X

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.

How to use

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.

Forking

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

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! :]

Authors:

About

Bootstrap.less is a collection of mixins and variables for LESS that helps you quickly code with CSS.

Resources

Stars

Watchers

Forks

Packages

No packages published