Stylus compiler for Gears. This package already includes the Stylus source code for you, so you don’t need to worry about installing it yourself.
Bundled Stylus version: 0.45.1
Installation
Install gears-stylus with pip:
$ pip install gears-stylus
Requirements
gears-stylus requires node.js to be installed in your system.
Usage
Add gears_stylus.StylusCompiler to environment’s compilers registry:
from gears_stylus import StylusCompiler
environment.compilers.register('.styl', StylusCompiler.as_handler())
If you use Gears in your Django project, add this code to its settings:
GEARS_COMPILERS = {
'.styl': 'gears_stylus.StylusCompiler',
}
Release files for gears-stylus 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-stylus-0.2.2.tar.gz | 400.8 kB | Details |
Release files / gears-stylus-0.2.2.tar.gz
| Download URL | gears-stylus-0.2.2.tar.gz |
|---|---|
| Size | 400.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2c2f5909e5f520ed964c7ae1408ac2ff7403b4f964f3c3226b95ab3d8183127c
|
|
BLAKE2b-256 checksum How to use checksums |
1c97e429c88166e34a4ab4bf337390d7367fbd50c10985006450c9668ddc5e89
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |