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',
}
Release files for gears-sass 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gears-sass-0.2.2.tar.gz | 2.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gears_sass-0.2.2-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size: 5.1 MB
Release files / gears-sass-0.2.2.tar.gz
| Download URL | gears-sass-0.2.2.tar.gz |
|---|---|
| Size | 2.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d3ac812842b588803520fe48509454aa6172c549f05f6177bf3f0a499209432d
|
|
BLAKE2b-256 checksum How to use checksums |
6588e193255bea302823dd394099dd770730e9fe17bd65fee9280afe4d1c6a3b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / gears_sass-0.2.2-py2.7.egg
| Download URL | gears_sass-0.2.2-py2.7.egg |
|---|---|
| Size | 2.7 MB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
c62f6fa9a9a50ca0da4dec66306fb27209b2f62cd66f6a2ce4959583ca1c403c
|
|
BLAKE2b-256 checksum How to use checksums |
9a025ad307721bbc3596880653d5976cefc9883d22fcd8cf9bb27ffacce05270
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |