Skip to content
unthinkingly edited this page Sep 13, 2010 · 14 revisions

More Official-sh Documentation

On Eric Meyer’s Github page.

Introduction

“Susy is a semantic CSS framework creator entirely native to Compass. Susy is an expert at fluid grids in an elastic (or fluid, or fixed) shell that will never activate that bloody side-scroll bar. Susy sets your width on the outer element (container), adds a max-width of 100% and builds the rest of your grid in percentages. The philosophy and technique are based on Natalie Downe’s “CSS Systems” – which introduces difficult math in the service of beautiful structure. With the power of Compass/Sass, Susy will do that math for you."

Basic Installation

compass -r susy -f susy

Rails Installation

rails
cd
haml —rails .
compass -r susy -f susy —rails .

Discussion

There is some discussion of Susy on the Compass Google Group (why not join ?!)

Clone this wiki locally