Sass steht für »syntactically awesome style sheets« und ist eine Scriptsprache, die nach CSS compiliert. Die Sprache der aktuellen Version (Sass3) heißt SCSS (Sassy CSS) und ist ein Superset der CSS3-Syntax. Das bedeutet, daß jedes gültige CSS3-Dokument auch ein gültiges SCSS-Dokument ist. Sass ist in Ruby geschrieben und sollte daher gut mit RubyFrontier zusammenspielen. Auf A List Apart gibt es ein einführendes Tutorial: Getting Started with Sass. Ausdrucken! [inessential.com]























Eine weitere dynamische Stylingsprache die nach CSS kompiliert ist LESS: http://lesscss.org/
Ich habe allerdings mit beiden noch nicht genug Erfahrung um einen ernsthaften Vergleich anstellen zu können, daher sei es hier nur für die Neugierigen erwähnt
another tutorial : http://thesassway.com/beginner/getting-started-with-sass-and-compass
Bourbon : https://github.com/thoughtbot/bourbon
-quote-
Bourbon is a set of Sass mixins using SCSS syntax
-unquote-
Scout : http://mhs.github.com/scout-app/ (cross platform)
-quote-
Scout runs Sass and Compass in a self-contained Ruby environment, letting you effortlessly manage all of your Sass projects with a handful of clicks. You’ll never have to worry about your Ruby setup or deal with technical issues. Scout does all of the heavy lifting, giving you more time to do what you love.
-unquote-
Compass : http://compass-style.org/ (Sass based CSS authoring framework)
@ Vince : you’ve preempted my next suggestion
Formerly Ruby based Less is now further developed based on JavaScript as Less.js
http://coding.smashingmagazine.com/2011/09/09/an-introduction-to-less-and-comparison-to-sass/
from the above article comments :
Less.app : http://incident57.com/less/ – killer app, Mac only
http://lesselements.com/
http://leafo.net/lessphp/ – PHP port
Axle : http://axle.dalesande.com/ (UI Framework in LESS)
http://www.emptyhead.com.au/web-design/using-less-js-with-wordpress/
http://twitter.github.com/bootstrap/ (Less compatible)