Compass: CSS Framework

Written by Thomas

Topics: Tools & Helpers, Webdesign

Compass: CSS Framework

Compass is a CSS Meta-Framework that is ported to Sass to make them easier to configure and apply to your semantic markup. It stands-alone via a simple command-line interface and ready to use in your ruby-based web application.

Best Practices of Compass CSS Framework:

* Use a Base stylesheet file – Create a _base.sass partial to initialize your stylesheets with common variables and the framework utilities you plan to use.

* Write your own Custom Mixins – Mixins let you insert any number of style rules into a selector (and its descendants!) with a single line.

It is not only a collection of classes, because you still can use the best of breed css frameworks such as: blueprint, yui, and 960. So visit the Compass CSS Framework site to learn more!

1 Comment Comments For This Post I'd Love to Hear Yours!

  1. AlfredN says:

    I actually use this framework a lot myself; nice one!

Leave a Comment Here's Your Chance to Be Heard!