gems.sass-3.7.4.lib.sass.cache_stores.rb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
The newest version!
require 'stringio'
module Sass
# Sass cache stores are in charge of storing cached information,
# especially parse trees for Sass documents.
#
# User-created importers must inherit from {CacheStores::Base}.
module CacheStores
end
end
require 'sass/cache_stores/base'
require 'sass/cache_stores/filesystem'
require 'sass/cache_stores/memory'
require 'sass/cache_stores/chain'