sass-import_once 0.1.0
Sass ImportOnce Importer This gem will MODIFY the default behaviour of Sass. Sass @import directive imports the file requested everytime it's called this has been default behaviour, as far as I know, from the beginning of Sass's life. But sometimes, or most of the time, this behaviour isn't desireable. When working with modularized sass styles and sass frameworks out there we usually want a file to be imported only once.