summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2012-01-09 18:14:16 -0600
committerGerman M. Bravo <german.mb@deipi.com>2012-01-09 18:14:16 -0600
commita5cfacc4769ee6a85cf5e6285f3ff6743c74e791 (patch)
tree601a7be45c75de220d4debbbb9bb34ffcd802736 /README.rst
parent0d5c056caa1cacebea7402f6ad3b48dbe9ce8f28 (diff)
downloadpyscss-a5cfacc4769ee6a85cf5e6285f3ff6743c74e791.tar.gz
Added --debug-info command option
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d5a5be3..12a6972 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,8 @@ pyScss, a Scss compiler for Python
About
=====
+.. include:: <DESCRIPTION>
+
pyScss compiles Scss (Sass), a superset of CSS that is more powerful, elegant
and easier to maintain than plain-vanilla CSS. The library acts as a CSS source
code preprocesor which allows you to use variables, nested rules, mixins, and
@@ -269,15 +271,20 @@ If you have any suggestions, bug reports or annoyances please report them to the
issue tracker at http://github.com/Kronuz/pyScss/issues
+.. include:: <CHANGELOG>
+
+
Contributing
============
Development of pyScss happens at github: https://github.com/Kronuz/pyScss
+
License
=======
MIT License. See *LICENSE* for details.
http://www.opensource.org/licenses/mit-license.php
+
Copyright
=========
Copyright (c) 2012 German M. Bravo (Kronuz)