Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
Gardening
Browse files Browse the repository at this point in the history
  • Loading branch information
blaflamme committed Jan 13, 2011
1 parent 6e6ce2d commit e6a66f0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.rst
@@ -1,8 +1,19 @@
PylonsHQ
========

``pylonshq`` is the main website code that will power ``pylonshq.com``.
``pylonshq`` is the main website code that will power `pylonsproject.org <http://pylonsproject.org>`_.

Currently, it's mainly a place-holder for Pylons Project documentation as
found here:
http://docs.pylonshq.com/
found here: `Pylons Project Documentation <http://docs.pylonsproject.org/>`_

CSS with Compass
----------------

We're using Compass to generate CSS from SASS so you need to install
`Compass Stylesheet Authoring Framework <http://compass-style.org/>`_,
and compile your SASS using this command:

``compass compile --force``

Any changes made directly to CSS files will be overrided by Compass
upon the next compile.

0 comments on commit e6a66f0

Please sign in to comment.