Compass & rubygem
On 16 February 2010 in TechCompass is a stylesheet authoring framework that makes your stylesheets and markup easier to build and maintain. – http://compass-style.org/
To install in Fedora:
yum install rubygems gem install compass
By default, Compass is using Blueprint CSS framework – http://www.blueprintcss.org/
To kickstart a project:
compass -f blueprint project-name
To start designing website using Compass:
cd project-name compass -w
It will watch for file changes and recompile *.sass source file into *.css
Reference on how to use Compass – http://wiki.github.com/chriseppstein/compass/
Sass reference – http://sass-lang.com/
Some of design using Compass + Blueprint CSS framework:

Web design #1

Web design #2

Web design #3
Related posts:
-
Check if iOS app is connected to proxy
-
PostgreSQL on Fedora
-
Subversion on thumbdrive
-
Add custom framework to Titanium iOS module
-
Use view from custom module inside Titanium ListViewItem
-
Designing web page for Android webview
-
Install app to Android SDK
-
Delete specific item from squid cache
-
Git basic
-
Install new fonts in Gnome
Filed under Tech with tags Compass, CSS, RubyGem, Sass
Leave a Reply