Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 4550fc2

Browse files
committed
List features [ci skip]
1 parent 6a5be9a commit 4550fc2

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

README.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,26 @@ It currently supports CPython 2.6, 2.7, 3.3, 3.4, and PyPy 2.3+!
3030
.. _Libsass: https://github.com/sass/libsass
3131

3232

33+
Features
34+
--------
35+
36+
- You don't need any Ruby/Node.js stack at all, for development or deployment
37+
either.
38+
- Fast. (Libsass_ is written in C++.)
39+
- Simple API. See the below example code for details.
40+
- Custom functions.
41+
- Support both tabbed (Sass) and braces (SCSS) syntax.
42+
- WSGI middleware for ease of development.
43+
It automatically compiles Sass/SCSS files for each request.
44+
- ``setuptools``/``distutils`` integration.
45+
You can build all Sass/SCSS files using
46+
``setup.py build_sass`` command.
47+
- Works also on PyPy.
48+
- Provides prebuilt wheel_ binary for Windows.
49+
50+
.. _wheel: https://www.python.org/dev/peps/pep-0427/
51+
52+
3353
Install
3454
-------
3555

@@ -49,6 +69,8 @@ It's available on PyPI_, so you can install it using ``pip`` (or
4969
.. _PyPI: https://pypi.python.org/pypi/libsass
5070

5171

72+
.. _example:
73+
5274
Example
5375
-------
5476

docs/index.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ It currently supports CPython 2.6, 2.7, 3.3, 3.4, and PyPy 2.3!
1414
.. _Libsass: https://github.com/sass/libsass
1515

1616

17+
Features
18+
--------
19+
20+
- You don't need any Ruby/Node.js stack at all, for development or deployment
21+
either.
22+
- Fast. (Libsass_ is written in C++.)
23+
- Simple API. See :ref:`example code <example>` for details.
24+
- Custom functions.
25+
- Support both tabbed (Sass) and braces (SCSS) syntax.
26+
- WSGI middleware for ease of development.
27+
It automatically compiles Sass/SCSS files for each request.
28+
See also :mod:`sassutils.wsgi` for details.
29+
- :mod:`setuptools`/:mod:`distutils` integration.
30+
You can build all Sass/SCSS files using
31+
:program:`setup.py build_sass` command.
32+
See also :mod:`sassutils.distutils` for details.
33+
- Works also on PyPy.
34+
- Provides prebuilt wheel (:pep:`427`) binary for Windows.
35+
36+
1737
Install
1838
-------
1939

@@ -32,6 +52,8 @@ It's available on PyPI_, so you can install it using :program:`pip`:
3252
.. _PyPI: https://pypi.python.org/pypi/libsass
3353

3454

55+
.. _example:
56+
3557
Example
3658
-------
3759

0 commit comments

Comments
 (0)