Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 613 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 613 Bytes

PylonsHQ

pylonshq is the main website code that will power pylonsproject.org.

Currently, it's mainly a place-holder for Pylons Project documentation as found here: Pylons Project Documentation

CSS with Compass

We're using Compass to generate CSS from SASS so you need to install Compass Stylesheet Authoring Framework, 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.