/pigeon

Pigeon is an OOCSS framework for rapid prototyping and building smart, scalable websites.

Primary LanguageCoffeeScriptMIT LicenseMIT

Pigeon

Pigeon is an OOCSS framework for rapid prototyping and building smart, scalable websites.

Current Version: 1.0.0-beta.3
Browser Support (testing in progress): Android Browser 2.2–4.2, Firefox 3.6, Firefox 4–16, Google Chrome 14–23, Internet Explorer 6–10, Mobile Safari iOS 4–6, Opera 12.10, Safari 5–6

Pigeon

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.

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.