No commit activity in last 3 years
No release in over 3 years
Monkey patches compass to make `sass-import_once` work while this issue is not solved: https://github.com/chriseppstein/compass/pull/1140
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0.12.2
 Project Readme

This project is deprecated. There is now an official plugin and you should use it

Compass Import Once Plugin

This gem makes Sass Import Once work with compass while this issue 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

Installation

$ gem install compass-import_once

Configuration

Add the following to your compass configuration:

require 'compass-import_once'

Stylesheet Syntax

The same as always :)