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.
- Host: GitHub
- URL: https://github.com/fitzgen/zoolander
- Owner: fitzgen
- License: mit
- Created: 2010-04-26T05:28:08.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-05-05T07:28:38.000Z (about 16 years ago)
- Last Synced: 2025-03-17T11:59:47.604Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 115 KB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.