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
Released under a slightly modified MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-libsass-compass-mixins-0.12.10.tar.gz
.
File metadata
- Download URL: django-libsass-compass-mixins-0.12.10.tar.gz
- Upload date:
- Size: 43.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0d6c7f0532f347b8b85f11e00b11bfd8dc5b83a939eeebac7715b144ceb0a21 |
|
MD5 | ce2ef80f91e44a424bac9e0f96e246cd |
|
BLAKE2b-256 | 55dc9c610f6463a5b459a87bca2fca8bb213d5b3abb88c7c418257e06dee1220 |
File details
Details for the file django_libsass_compass_mixins-0.12.10-py2.py3-none-any.whl
.
File metadata
- Download URL: django_libsass_compass_mixins-0.12.10-py2.py3-none-any.whl
- Upload date:
- Size: 81.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7104f0fdd9dcee435ae98a1311fa66de763019d0c348a53166e965b4e7924817 |
|
MD5 | 8dfc3f53639aa243d4d0cde35fc5bd76 |
|
BLAKE2b-256 | 67af454361b66dd97ef7a642704d7c328319f8a82b879fec14251754287bbf1c |