According [this issue](https://github.com/postcss/postcss/issues/1260) PostCSS now parses `--a: { b: 2 }` as `--a` declaration with `{ b: 2 }` value (CSS Custom Properties requires it from us). We need to update plugin and parse declaration value gain to get its content.