SASS compiler for Gears
Project description
gears-sass
==================
SCSS compiler for Gears.
Bundled [node-sass](https://github.com/andrew/node-sass) version: 0.8.6
Installation
------------
Install `gears-sass` with pip:
$ pip install gears-sass
Requirements
------------
- [node.js](http://nodejs.org)
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',
}
==================
SCSS compiler for Gears.
Bundled [node-sass](https://github.com/andrew/node-sass) version: 0.8.6
Installation
------------
Install `gears-sass` with pip:
$ pip install gears-sass
Requirements
------------
- [node.js](http://nodejs.org)
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.2.2.tar.gz
(2.4 MB
view details)
Built Distribution
gears_sass-0.2.2-py2.7.egg
(2.7 MB
view details)
File details
Details for the file gears-sass-0.2.2.tar.gz
.
File metadata
- Download URL: gears-sass-0.2.2.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3ac812842b588803520fe48509454aa6172c549f05f6177bf3f0a499209432d |
|
MD5 | aee01ea8bc83eafb2b5a825decfa79c0 |
|
BLAKE2b-256 | 6588e193255bea302823dd394099dd770730e9fe17bd65fee9280afe4d1c6a3b |
File details
Details for the file gears_sass-0.2.2-py2.7.egg
.
File metadata
- Download URL: gears_sass-0.2.2-py2.7.egg
- Upload date:
- Size: 2.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c62f6fa9a9a50ca0da4dec66306fb27209b2f62cd66f6a2ce4959583ca1c403c |
|
MD5 | bdd9008e1f666b5c866abbd05f3a35e0 |
|
BLAKE2b-256 | 9a025ad307721bbc3596880653d5976cefc9883d22fcd8cf9bb27ffacce05270 |