gears-stylus

Stylus compiler for Gears
Download

gears-stylus Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ISC License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Yumatov
  • Publisher web site:
  • http://github.com/trilan/

gears-stylus Tags


gears-stylus Description

gears-stylus already includes the Stylus source code for you, so you don't need to worry about installing it yourself.InstallationInstall gears-stylus with pip: pip install gears-stylusUsageAdd gears_stylus.StylusCompiler to environment's compilers registry:from gears_stylus import StylusCompilerenvironment.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',}Product's homepage


gears-stylus Related Software