Changelog
2.2.5
Changelog
2.2.1
opts
from Processor#process(css, opts)
to processors.Node#replace
method.CssSyntaxError#reason
property.Changelog
2.1.2
sourcesContent
if there is no from
and to
options.Changelog
2.1.1
to
and from
options for inline source maps.Node#source.id
if file name is unknown.map.sourcesContent
option to add origin content to sourcesContent
inside map.Root
in Container#append
and same methods.Root#prevMap
with information about previous map.Result
now is lazy and it will generate output CSS only if you use css
or map
property.map.prev
option to set previous map.inlineMap
option to map.inline
.mapAnnotation
option to map.annotation
.Result#map
now return SourceMapGenerator
object, instead of string.map: 'inline'
shortcut for map: { inline: true }
option.Node#source.file
now will contains absolute path.Declaration#between
style on node clone.