Changelog
4.1.1
Result#messages
.postcss.plugin()
to create plugins with a standard API.Result
instance to plugins as the second argument.CssSyntaxError#plugin
.CssSyntaxError#showSourceCode()
.postcss.list
and postcss.vendor
aliases.Processor#version
.!important
statement with spaces and comments inside (by Ben Briggs).prop
or value
(by Philip Peterson).error.generated
.Changelog
4.0.1
source.input
to Root
too.Container#childs
to nodes
.PostCSS#processors
to plugins
.Node#replaceValues()
method.Node#moveTo()
, moveBefore()
and moveAfter()
methods.Node#cloneBefore()
and cloneAfter()
shortcuts.Node#next()
, prev()
and root()
shortcuts.Node#replaceWith()
method.Node#error()
method.Container#removeAll()
method.eachDecl()
and eachAtRule()
.Node#source.input
and move source.file
or source.id
to input
.Rule
, AtRule
and Comment
nodes changes.