class SassC::Importer::Import
Attributes
Public Class Methods
Source
# File lib/sassc/importer.rb, line 20 def initialize(path, source: nil, source_map_path: nil) @path = path @source = source @source_map_path = source_map_path end
Public Instance Methods
Source
# File lib/sassc/importer.rb, line 26 def to_s "Import: #{path} #{source} #{source_map_path}" end