An open API service indexing awesome lists of open source software.

https://github.com/fitzgen/zoolander

Pure Python DSL for CSS.
https://github.com/fitzgen/zoolander

Last synced: over 1 year ago
JSON representation

Pure Python DSL for CSS.

Awesome Lists containing this project

README

          

Zoolander
=========

Generate Cascading Style Sheets with pure Python.

Installation
------------

$ git clone git://github.com/fitzgen/zoolander.git
$ cd zoolander/
$ sudo python setup.py install

Then open the example_styles.py file in your favorite editor, run

$ python example_styles.py

and inspect the output.

Documentation
-------------

[http://fitzgen.github.com/zoolander/](http://fitzgen.github.com/zoolander/)

Copying
-------

This code is licensed under the MIT license. See the LICENSE file for details.