No commit activity in last 3 years
No release in over 3 years
The Sass ImportOnce Importer MODIFIES the default behavior of Sass @import directive. It REPLACES the default importer to assure any @import'ed file is only include once. For more information check the readme at github.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.1
 Project Readme

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

Sass Import Once Plugin

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

Installation

$ gem install sass-import_once

Use with the Sass command line

$ sass -r sass-import_once --watch sass_dir:css_dir

Use with compass

Install the compass-import_once

$ gem install 'compass-import_once'

Add the following to your compass configuration:

require 'compass-import_once'

Stylesheet Syntax

The same as always :)