summaryrefslogtreecommitdiff
path: root/docs/back-matter.rst
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2013-10-07 17:31:38 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2013-10-07 17:31:38 -0700
commit09269cb684c37be6d2ac5641b228eb9b76beab8a (patch)
tree8e5c856967bdbd935e2b06dd3e420e30b1333758 /docs/back-matter.rst
parent0c9c6c56a65e54c516aae97fda4ce62e07d16372 (diff)
downloadpyscss-09269cb684c37be6d2ac5641b228eb9b76beab8a.tar.gz
Add new string and list functions from Sass 3.3; update docs re 3.3.
Diffstat (limited to 'docs/back-matter.rst')
-rw-r--r--docs/back-matter.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/back-matter.rst b/docs/back-matter.rst
index 1fcdb8d..f2c98fc 100644
--- a/docs/back-matter.rst
+++ b/docs/back-matter.rst
@@ -113,6 +113,7 @@ New features
* Python 3 support. As a result, Python 2.5 no longer works; whether this is a bug or a feature is not yet clear.
* It's possible to write custom Sass functions in Python, though the API for this is not final.
* Experimental support for the map type and destructuring ``@each``, both unreleased additions to the Ruby project.
+* Support for the new string and list functions in Sass 3.3.
* Added ``background-brushed``.
Backwards-incompatible changes