summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-02-17 20:44:56 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-02-17 20:44:56 -0600
commit822cf907cf8d22935c98ff4d3aa84e33e8dbd2f6 (patch)
treeafe2e2e0447ddde67ddda2d17eb04fa3af40eedd /README.rst
parente2982ad2b6b08a8c1e6deacf25bb7b9f7c1aeb87 (diff)
downloadpyscss-822cf907cf8d22935c98ff4d3aa84e33e8dbd2f6.tar.gz
Scss documentation updated
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 51bd32a..9dced82 100644
--- a/README.rst
+++ b/README.rst
@@ -40,6 +40,7 @@ pyScss has most of the funcitonality in Sass 3.2, it supports:
* Inheritance (@extend)
* Mixins (@mixin, @include)
* Functions (@function, @return)
+ * Keyword arguments
* Conditions (@if, @else if, @else)
* Loops (@for, @each)
* Variables ($, @variables, @vars)