1
- libsass: SASS _ for Python
2
- =========================
1
+ libsass-python: Sass _/SCSS for Python
2
+ =====================================
3
3
4
- .. image :: https://img.shields.io/pypi/v/libsass.svg
4
+ .. image :: https://badge.fury.io/py/libsass.svg
5
+ :alt: PyPI
5
6
:target: https://pypi.python.org/pypi/libsass
6
- :alt: The latest PyPI release
7
7
8
8
.. image :: https://travis-ci.org/dahlia/libsass-python.svg?branch=python
9
9
:target: https://travis-ci.org/dahlia/libsass-python
@@ -26,7 +26,7 @@ Need no Ruby nor Node.js.
26
26
27
27
It currently supports CPython 2.6, 2.7, 3.3--3.5, and PyPy 2.3+!
28
28
29
- .. _ SASS : http://sass-lang.com/
29
+ .. _ Sass : http://sass-lang.com/
30
30
.. _Libsass : https://github.com/sass/libsass
31
31
32
32
@@ -38,14 +38,15 @@ Features
38
38
- Fast. (Libsass _ is written in C++.)
39
39
- Simple API. See the below example code for details.
40
40
- Custom functions.
41
+ - ``@import `` callbacks.
41
42
- Support both tabbed (Sass) and braces (SCSS) syntax.
42
43
- WSGI middleware for ease of development.
43
44
It automatically compiles Sass/SCSS files for each request.
44
45
- ``setuptools ``/``distutils `` integration.
45
46
You can build all Sass/SCSS files using
46
47
``setup.py build_sass `` command.
47
48
- Works also on PyPy.
48
- - Provides prebuilt wheel _ binary for Windows.
49
+ - Provides prebuilt wheel _ binaries for Windows and Mac .
49
50
50
51
.. _wheel : https://www.python.org/dev/peps/pep-0427/
51
52
0 commit comments