gears-less

LESS compiler for Gears
Download

gears-less Ranking & Summary

Advertisement

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

gears-less Tags


gears-less Description

gears-less already includes the LESS source code for you, so you don't need to worry about installing it yourself.InstallationInstall gears-less with pip: pip install gears-lessUsageAdd gears_less.LESSCompiler to environment's compilers registry:from gears_less import LESSCompilerenvironment.compilers.register('.less', LESSCompiler.as_handler())If you use Gears in your Django project, add this code to its settings:GEARS_COMPILERS = { '.less': 'gears_less.LESSCompiler',}Product's homepage


gears-less Related Software