Class | Sass::Source::Map::Mapping |
In: |
lib/sass/source/map.rb
|
Parent: | Struct.new(:input, :output) |
A mapping from one source range to another. Indicates that `input` was compiled to `output`.
@!attribute input
@return [Sass::Source::Range] The source range in the input document.
@!attribute output
@return [Sass::Source::Range] The source range in the output document.