GitXplorerGitXplorer
d

django-libsass-compass-mixins

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
06da6548d8bf76a7569cfff9b1dec9b9d4b7662a

Update License formatting

ddgladkov committed 8 years ago
Unverified
8ecc972d6ef160148e6c68a2edeb6ba6c6ddd0e5

Update upload instructions in README

ddgladkov committed 8 years ago
Unverified
dc90465fd815d66c54f8b3acc6cc22a86515e831

Add SCSS example to README

ddgladkov committed 8 years ago
Unverified
87c1a681d55d70d63b0c970561ce3686aef3b3bd

Convert README to RST for PyPI

ddgladkov committed 8 years ago
Unverified
851a840c6b32eb382ff6a6c77bc3b443ef434b43

Change upload to dist_upload

ddgladkov committed 8 years ago
Unverified
2714c8fc10c68f5c6f39273cc3e929f0affd342a

Add building instructions to README

ddgladkov committed 8 years ago

README

The README file for this repository.

Compass Mixins for django-libsass

compass-mixins <https://github.com/Igosuki/compass-mixins>__ packaged as Django app under the same version number.

Installation

Follow django-libsass <https://github.com/Igosuki/compass-mixins>__ installation instructions, then:

::

$ pip install django-libsass-compass-mixins

and add django_libsass_compass_mixins to your INSTALLED_APPS setting

.. code:: python

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

Now you can use Compass mixins in your SCSS files

.. code:: scss

...
@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 <https://www.npmjs.com/package/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 <https://github.com/Compass/compass/blob/stable/LICENSE.markdown>__.