sass Compass CSS3 Mixins Set up environment

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

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
sass/Put you sass/scss files in this folder
stylesheets/In this folder your compiled css will be stored
config.rbConfigure compass - e.g. folder path, sass compilation

Use compass

compass watch

This will compile your sass files every time you change them. The sass folder path can be changed inside of the config.rb



Got any sass Question?