Sha256: 1c8bc5229680c71e9b896fb4563b024d06b676089eaaddd5f7ba51d5a4b50774
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true require_relative '../v3/cache_store' module Sprockets module Sass module V4 # Internal: Cache wrapper for Sprockets cache adapter. (Sprockets >= 3) class CacheStore < Sprockets::Sass::V3::CacheStore end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sprockets-sass-2.0.0.beta2 | lib/sprockets/sass/v4/cache_store.rb |
sprockets-sass-2.0.0.beta1 | lib/sprockets/sass/v4/cache_store.rb |