Skip to main content

Compass mixins packaged as Django app

Project description

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'
...
]

Now you can use Compass mixins in your SCSS files

...
@import "compass/reset";
@import "compass/css3/box-shadow";
...

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 dist_upload

License

Copyright (c) 2008-2009 Christopher M. Eppstein
All Rights Reserved

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-libsass-compass-mixins-0.12.10.tar.gz (43.8 kB view hashes)

Uploaded Source

Built Distribution

django_libsass_compass_mixins-0.12.10-py2.py3-none-any.whl (81.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page