Sha256: 86db6806260e58598ad0c4c3ab521f4f2c74b097c896568e1906696b8b84772b

Contents?: true

Size: 635 Bytes

Versions: 1

Compression:

Stored size: 635 Bytes

Contents

# Compass Import Once Plugin

This gem makes [Sass Import Once][sass-import_once] work with compass while 
[this issue](https://github.com/chriseppstein/compass/pull/1140) isn't fixed.

Sass import_once **changes the default behaviour of the sass @import** directive making it never require the same file twice.

It's awesome! [Check it out][sass-import_once]

## Installation

    $ gem install compass-import_once

## Configuration

Add the following to your compass configuration:

    require 'compass-import_once'

## Stylesheet Syntax

The same as always :)

[sass-import_once]: https://github.com/theblacksmith/sass-import_once

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-import_once-0.1.3 README.md