Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.
/ paint.less Public archive
forked from mdo/preboot

A collection of LESS mixins and variables for writing better CSS.

License

Notifications You must be signed in to change notification settings

meetcircle/paint.less

 
 

Repository files navigation

Paint 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.

Getting started

Paint requires LESS. Head over to their documentation and familiarize yourself with the project. Once you're up and running, including and using Paint is a breeze.

  1. Create a new LESS file (e.g., application.less)
  2. Include Paint via @import "paint.less";
  3. Start writing your own LESS-flavored CSS

We highly recommend using Paint in conjunction with Normalize, a powerful tool for more consistent rendering of web components across various browsers and devices.

Bugs and feature requests

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.

Author

Jonathan Simcoe

Inspiration

Mark Otto

Brief history

Paint is built on Preboot which was originally released in March 2011 under the name Bootstrap.less.

Disclaimer: Preboot v1 (Bootstrap.less) was released under a Creative Commons license and is still available. Preboot 2 is now under MIT.

Copyright and license

MIT

About

A collection of LESS mixins and variables for writing better CSS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 63.7%
  • HTML 35.5%
  • Makefile 0.8%