Metadata-Version: 2.1
Name: libsasscompiler
Version: 0.2.0
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
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: AUTHORS
Requires-Dist: django-pipeline==3.1.0
Requires-Dist: libsass==0.23.0
Provides-Extra: test
Requires-Dist: django==2.2.28; extra == "test"
Requires-Dist: django-pipeline==3.1.0; extra == "test"
Requires-Dist: iniconfig==2.0.0; extra == "test"
Requires-Dist: packaging==24.1; extra == "test"
Requires-Dist: pluggy==1.5.0; extra == "test"
Requires-Dist: pytest==8.3.2; extra == "test"
Requires-Dist: pytest-cov==5.0.0; extra == "test"
Requires-Dist: pytz==2024.1; extra == "test"
Requires-Dist: sqlparse==0.5.1; 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 :)
