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
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: libsass (<=1.0.0)
Provides-Extra: test
Requires-Dist: pytest (<=3.2.0) ; extra == 'test'
Requires-Dist: pytest-pep8 (<=1.8.0) ; extra == 'test'
Requires-Dist: pytest-cov (<=2.6.0) ; extra == 'test'
Requires-Dist: django (<=1.12.0) ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: django-pipeline (<=2.1.0) ; extra == 'test'

[![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 :)

