- Add
onVariables
option (by Duncan Beevers).
- Allow to use variables in property names.
- Fix variables with lead
$
invariables
option.
- Use PostCSS 5.0 API.
- Add
unknown
option.
- Allow to use variables in variables values.
- Accept function in
variables
option. - Support PostCSS 4.1 API.
- Fix falling on non-string values in AST (by Anton Telesh).
- Fix simple syntax variables in at-rule parameters.
- Fix extra space on variables ignoring.
- Fix undefined variable error message.
- Fix look-behind regexp in simple syntax.
- Allow to use simple syntax with minus like
-$width
. - Add support for multiple variables in one value.
- Do not remove space before
$var
.
- Initial release.