Sha256: f3451ffe72b5118ba164b0e48c1ce616b00417516ae66aae98a6caf932d19e18
Contents?: true
Size: 209 Bytes
Versions: 34
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true require 'sassc' class SasscImporter < SassC::Importer def imports(path, _parent_path) unless path.match?(/(css|scss)$/) Import.new("#{path}.scss") end end end
Version data entries
34 entries across 31 versions & 2 rubygems