Compass GCSS

This simple plugin for Compass enables you to use GCSS in your stylesheets without having to download it.

Prerequisites

Installation

You can install the gem from your local clone:

$ git clone https://github.com/hoffman211/compass-gcss.git
$ rake build
$ rake install

You can also download the .gem from the pkg folder and run the following command

$ gem install <path/to/gem.gem>

Usage

When creating a new project with compass:

$ compass create <my_project> -r compass-gcss --using compass-gcss

If using an existing project, edit your config.rb and add this line:

require 'compass-gcss'

To use the GCSS plugin, just import and include GCSS:

@import "gcss";

You can also just import parts you need:

@import 'gcss/base';

Removing old GEMs

Use following command to preview what will be removed.

  • gem cleanup --dryrun

To remove use the following

  • gem cleanup