Skip to main content

SASS compiler for Gears

Project description

gears-sass
==================

SASS/SCSS compiler for Gears.

Installation
------------

Install `gears-sass` with pip:

$ pip install gears-sass


Requirements
------------

- [node.js](http://nodejs.org)
- [node-sass](https://github.com/andrew/node-sass)


Usage
-----

Add `gears_sass.SASSCompiler` to `environment`'s compilers registry:

from gears_sass import SASSCompiler
environment.compilers.register('.scss', SASSCompiler.as_handler())

If you use Gears in your Django project, add this code to its settings:

GEARS_COMPILERS = {
'.scss': 'gears_sass.SASSCompiler',
}

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

gears-sass-0.1.4.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

gears_sass-0.1.4-py2.7.egg (1.9 MB view hashes)

Uploaded Source

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