Sha256: 09165f85859db41ac7c0566532799d7b8495d7a1919814e7996645b903ff0f7a
Contents?: true
Size: 570 Bytes
Versions: 1
Compression:
Stored size: 570 Bytes
Contents
# 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](https://www.github.com/theblacksmith/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 :)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sass-import_once-0.1.3 | README.md |