summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-02-17 21:16:07 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-02-18 09:13:48 -0600
commitbd53b6b2dfe3471288aad78c08875292635c3dfc (patch)
tree184deb57e2b8f44a187e44bb7aab634095212cbc /README.rst
parent6086712a4d7c45ef1181ad0c3360fc83fc7844a8 (diff)
downloadpyscss-bd53b6b2dfe3471288aad78c08875292635c3dfc.tar.gz
Added some missing functions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst27
1 files changed, 14 insertions, 13 deletions
diff --git a/README.rst b/README.rst
index 212f452..39d91df 100644
--- a/README.rst
+++ b/README.rst
@@ -34,22 +34,23 @@ Benchmarks
Support
========
-pyScss has most of the funcitonality in Sass 3.2, it supports:
+pyScss has most of the funcitonality in Sass 3.2 ...it supports:
+ * **Compass**: Compass 0.11 Support
* **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(), ...
+ * **Mixins**: `@mixin`, `@include`
+ * **Functions**: `@function`, `@return`
+ * **Inheritance**: `@extend`
+ * **Conditions**: `@if`, `@else if`, `@else`
+ * **Loops**: `@for`, `@each`
+ * **Variables**: `$`, `@variables`, `@vars`
+ * **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()`, ...
+ * **CSS Compression**: `@option compress:yes;`
Usage
=====