Pigeon
Pigeon is an OOCSS framework for rapid prototyping and building smart, scalable websites.
Current Version: 1.2.5 Browser Support: Android Browser 2.2–4.2, Firefox 3.6, Firefox 4–26, Google Chrome 14–32, Internet Explorer 7–11, Mobile Safari iOS 4–7, Opera 12.10, Safari 5–7g
Usage
Pigeon is easy to use and highly configurable, you can use it with either plain CSS or Sass. The Pigeon website has the full documentation.
- Installing and using Pigeon
- Configuring Pigeon, and customising to suit your needs
- Full API documentation on all of Pigeon's OOCSS objects
Development
In order to build CSS from the Pigeon source files, you'll need to install the Sass command line utility. If you're on Windows, you'll also need to install Make for Windows.
Once you're set up, you can run the following commands:
$ make compile # compile Sass source to CSS
$ make minify # compile Sass source to CSS and minify
When no build target is specified, make will run minify and compile. This means you can use the following command for brevity:
$ make
Work on files in the lib
directory; files in build
are generated by the build tools. Please run make
and commit generated files before opening a pull request.
License
Copyright 2013, Rowan Manning Licensed under the MIT license.