summaryrefslogtreecommitdiff
path: root/www/ruby-compass-susy-plugin/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-compass-susy-plugin/DESCR')
-rw-r--r--www/ruby-compass-susy-plugin/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/ruby-compass-susy-plugin/DESCR b/www/ruby-compass-susy-plugin/DESCR
new file mode 100644
index 00000000000..5e30c41d898
--- /dev/null
+++ b/www/ruby-compass-susy-plugin/DESCR
@@ -0,0 +1,12 @@
+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.
+
+Using simple mixins, columns can be created, suffixed, prefixed,
+and nested easily - and always in flexible percentages.