Open your command line
Installation using Ruby
gem update --system
gem install compass
Create a Project
compass create <myproject>
This will initialize a compass project. It will add a folder called . The folder will look like have the following structure:
File/Folderdescription...
You can find a complete reference which CSS3 components are supported on this page
In order to use CSS3 in your project Compass provides mixins to support CSS3 features in every browser. On top of your Sass/Scss file you have to specify that you want to use compass
@import "compass/css3"...