Input CSS source.
Optional opts: ProcessOptions<Document_ | Root_>Process options.
Optional annotationsourceMappingURL content.
Optional fileThe CSS source identifier. Contains Input#file if the user
set the from option, or Input#id if they did not.
Was source map inlined by data-uri to input CSS.
Optional mapPath to source map file.
Optional rootThe directory with source map file, if source map is in separated file.
Optional textSource map file content.
Create a instance of SourceMapGenerator class
from the source-map library to work with source map information.
It is lazy method, so it will create object only on first call and then it will use cache.
Object with source map information.
Source map information from input CSS. For example, source map after Sass compiler.
This class will automatically find source map in input CSS or in file system near input file (according
fromoption).