Skip to content

sonic182/libsasscompiler

Repository files navigation

Build Status Coverage Status PyPI version

Libsasscompiler

A fast scss/sass compiler for django-pipeline using python libsass port (no needed of ruby-sass anymore)

Requirements

Same as django-pipeline

Install

pip install libsasscompiler

Usage

Add to your pipeline compiler

PIPELINE['COMPILERS'] = (
  'libsasscompiler.LibSassCompiler',
)

Contribute

  1. Fork
  2. create a branch feature/your_feature
  3. commit - push - pull request

Thanks :)

About

django pipeline libsass compiler

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages