wecui
Version:
一款基于Vue2.x版本的移动端web组件
39 lines (28 loc) • 808 B
Markdown
## 1.2.0
* Add `onVariables` option (by Duncan Beevers).
## 1.1.0
* Allow to use variables in property names.
## 1.0.1
* Fix variables with lead `$` in `variables` option.
## 1.0
* Use PostCSS 5.0 API.
* Add `unknown` option.
## 0.3
* 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).
## 0.2.4
* Fix simple syntax variables in at-rule parameters.
## 0.2.3
* Fix extra space on variables ignoring.
## 0.2.2
* Fix undefined variable error message.
## 0.2.1
* Fix look-behind regexp in simple syntax.
## 0.2
* Allow to use simple syntax with minus like `-$width`.
* Add support for multiple variables in one value.
* Do not remove space before `$var`.
## 0.1
* Initial release.