Number of watchers on Github | 1739 |
Number of open issues | 7 |
Average time to close an issue | 8 months |
Main language | CSS |
Average time to merge a PR | 24 days |
Open pull requests | 4+ |
Closed pull requests | 14+ |
Last commit | over 3 years ago |
Repo Created | almost 8 years ago |
Repo Last Updated | about 1 year ago |
Size | 504 KB |
Homepage | http://getpreboot... |
Organization / Author | mdo |
Latest Release | v2.1.0 |
Contributors | 8 |
Page Updated | 2018-03-18 |
Do you use preboot? Leave a review! | |
View open issues (7) | |
View preboot activity | |
View on github | |
Fresh, new opensource launches 🚀🚀🚀 | |
Trendy new open source projects in your inbox!
View examples
|
Preboot is a collection of LESS mixins and variables for quickly writing CSS. As the precursor to Bootstrap, it serves as a lightweight and interface agnostic approach to jumpstarting your next web project. Use it how you see fit.
Preboot requires LESS. Head over to their documentation and familiarize yourself with the project. Once you're up and running, including and using Preboot is a breeze.
@import "preboot.less";
We highly recommend using Preboot in conjunction with Normalize, a powerful tool for more consistent rendering of web components across various browsers and devices.
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.
Mark Otto
Preboot was originally released in March 2011 under the name Bootstrap.less. Sensing the need for a larger and more comprehensive framework, I copped the name and created Bootstrap based on the original variables and mixins work here. To avoid obivous naming issues, I renamed this Preboot and essentially didn't touch the project for two years.
Fast forward two years and I'm backporting many of Bootstrap's variables and mixins back into Preboot as v2.
Disclaimer: Preboot v1 (Bootstrap.less) was released under a Creative Commons license and is still available. Preboot 2 is now under MIT.
Quick release to capture the commits added after the v2 release.
Complete re-engineering of the project. Highlights include:
@black-50
and @brand-success
, scaffolding settings like @body-background
and @link-color
, and typographic shortcuts for font stacks, sizes, headings, and more..make-row()
, .make-column()
, and .make-column-offset()
..clearfix()
, .text-truncate()
, and more.Tagging the latest code as v1 for archiving purposes ahead of the Preboot 2 launch.