class SasscImporter
Public Instance Methods
imports(path, _parent_path)
click to toggle source
# File lib/isodoc/sassc_importer.rb, line 6 def imports(path, _parent_path) unless path.match?(/(css|scss)$/) Import.new("#{path}.scss") end end