summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-02-17 21:10:31 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-02-17 21:10:31 -0600
commit6086712a4d7c45ef1181ad0c3360fc83fc7844a8 (patch)
tree8138640f13019c55c004810e1155a338bb41c941 /README.rst
parent822cf907cf8d22935c98ff4d3aa84e33e8dbd2f6 (diff)
downloadpyscss-6086712a4d7c45ef1181ad0c3360fc83fc7844a8.tar.gz
Scss documentation updated
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst22
1 files changed, 14 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 9dced82..212f452 100644
--- a/README.rst
+++ b/README.rst
@@ -36,14 +36,20 @@ Support
========
pyScss has most of the funcitonality in Sass 3.2, it supports:
- * Nested rules
- * Inheritance (@extend)
- * Mixins (@mixin, @include)
- * Functions (@function, @return)
- * Keyword arguments
- * Conditions (@if, @else if, @else)
- * Loops (@for, @each)
- * Variables ($, @variables, @vars)
+ * **Nested rules**
+ * **Inheritance**: @extend
+ * **Mixins**: @mixin, @include
+ * **Functions**: @function, @return
+ * **Keyword arguments**
+ * **Conditions**: @if, @else if, @else
+ * **Loops**: @for, @each
+ * **Variables**: $, @variables, @vars
+ * **Compass**: Compass 0.11
+ * **Sprites**: sprite-map(), sprite(), sprite-position(), sprite-url(), ...
+ * **Images**: image-url(), image-width(), image-height(), ...
+ * **Embedded (inline) images**: inline-image()
+ * **Colors handling**: adjust-color(), scale-color(), opacify()/transparentize(), lighten()/darken(), mix(), ...
+ * **Math functions**: sin(), cos(), tan(), round(), ceil(), floor(), pi(), ...
Usage
=====