django-libsass-compass-mixins

Compass mixins packaged as Django app


License
MIT
Install
pip install django-libsass-compass-mixins==0.12.10

Documentation

Compass Mixins for django-libsass

compass-mixins packaged as Django app under the same version number.

Installation

Follow django-libsass installation instructions, then:

$ pip install django-libsass-compass-mixins

and add django_libsass_compass_mixins to your INSTALLED_APPS setting

INSTALLED_APPS = [
...
'django_libsass_compass_mixins'
...
]

Building

Building requires npm, wheel ans setuptools installed.

Build Django app package from latest version of compass-mixins:

$ make

then optionally upload the build to PyPI:

$ make upload

License

Copyright (c) 2008-2009 Christopher M. Eppstein
All Rights Reserved
Released under a slightly modified MIT License.