1- libsass: SASS _ for Python
2- =========================
1+ libsass-python: Sass _/SCSS for Python
2+ =====================================
33
4- .. image :: https://img.shields.io/pypi/v/libsass.svg
4+ .. image :: https://badge.fury.io/py/libsass.svg
5+ :alt: PyPI
56 :target: https://pypi.python.org/pypi/libsass
6- :alt: The latest PyPI release
77
88.. image :: https://travis-ci.org/dahlia/libsass-python.svg?branch=python
99 :target: https://travis-ci.org/dahlia/libsass-python
@@ -26,7 +26,7 @@ Need no Ruby nor Node.js.
2626
2727It currently supports CPython 2.6, 2.7, 3.3--3.5, and PyPy 2.3+!
2828
29- .. _ SASS : http://sass-lang.com/
29+ .. _ Sass : http://sass-lang.com/
3030.. _Libsass : https://github.com/sass/libsass
3131
3232
@@ -38,14 +38,15 @@ Features
3838- Fast. (Libsass _ is written in C++.)
3939- Simple API. See the below example code for details.
4040- Custom functions.
41+ - ``@import `` callbacks.
4142- Support both tabbed (Sass) and braces (SCSS) syntax.
4243- WSGI middleware for ease of development.
4344 It automatically compiles Sass/SCSS files for each request.
4445- ``setuptools ``/``distutils `` integration.
4546 You can build all Sass/SCSS files using
4647 ``setup.py build_sass `` command.
4748- Works also on PyPy.
48- - Provides prebuilt wheel _ binary for Windows.
49+ - Provides prebuilt wheel _ binaries for Windows and Mac .
4950
5051.. _wheel : https://www.python.org/dev/peps/pep-0427/
5152
0 commit comments