summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-02-17 20:33:15 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-02-17 20:33:15 -0600
commit54d0be90633589220347260eee8732453b2ff96e (patch)
tree54a65adcb918c6fa8576d339ef6b8d4014858f92 /README.rst
parentd3dc84ce81ce3012634da793a244a725cbd50e5f (diff)
downloadpyscss-54d0be90633589220347260eee8732453b2ff96e.tar.gz
Added '@each' support
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 57c4ac2..1081267 100644
--- a/README.rst
+++ b/README.rst
@@ -32,6 +32,19 @@ Benchmarks
Compilation took 0.614s
+Support
+========
+ pyScss has most of the funcitonality in Sass 3.2, it supports:
+
+ * Nested rules
+ * Inheritance (@extend)
+ * Mixins (@mixin)
+ * Mixin includes (@include)
+ * Functions (@function, @return)
+ * Conditions (@if, @else if, @else)
+ * Loops (@for, @each)
+ * Variables ($, @variables, @vars)
+
Usage
=====
Usage example::