UNPKG

516 BMarkdownView Raw
1# 2.0.2
2
3* Bump postcss-value-parser to `3.0.1` (thanks to @TrySound).
4* Fixes an issue where the module was discarding color codes if a `calc`
5 function was found (thanks to @TrySound).
6
7# 2.0.1
8
9* Bump postcss-value-parser to `2.0.2`.
10
11# 2.0.0
12
13* Upgraded to PostCSS 5.
14
15# 1.1.1
16
17* Fixes an issue where `flex` properties were being mangled by the module.
18
19# 1.1.0
20
21* Adds support for `flex-flow` (thanks to @yisibl).
22
23# 1.0.1
24
25* The module will now recognise `auto` as a valid value.
26
27# 1.0.0
28
29* Initial release.