Metadata-Version: 2.1
Name: libsasscompiler
Version: 0.1.8
Summary: django pipeline scss/sass compiler, no needed of ruby
Home-page: https://github.com/sonic182/libsasscompiler
Author: Johanderson Mogollon
Author-email: johanderson@mogollon.com.ve
License: MIT
Description: [![Build Status](https://travis-ci.org/sonic182/libsasscompiler.svg?branch=master)](https://travis-ci.org/sonic182/libsasscompiler)
        [![Coverage Status](https://coveralls.io/repos/github/sonic182/libsasscompiler/badge.svg?branch=master)](https://coveralls.io/github/sonic182/libsasscompiler?branch=master)
        [![PyPI version](https://badge.fury.io/py/libsasscompiler.svg)](https://badge.fury.io/py/libsasscompiler)
        
        # Libsasscompiler
        
        A fast scss/sass compiler for [django-pipeline](https://github.com/jazzband/django-pipeline) using [python libsass port](https://github.com/dahlia/libsass-python) (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 :)
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: test
