# File lib/sass/plugin/configuration.rb, line 32
      def options
        @options ||= default_options.dup
        @options[:cache_store] ||= Sass::CacheStores::Filesystem.new(@options[:cache_location])
        @options
      end