Anton Gorbunov

Results 2 issues of Anton Gorbunov

**Describe the bug** Using `border` shorthand AND `border-color` shorthand AND css var in `border-color` results in `border-color:currentcolor` in output. **To Reproduce** [Playground link](https://cssnano.co/playground/#eyJpbnB1dCI6Ii8qIHdyaXRlIHlvdXIgY3NzIGJlbG93ICovXHJcbmRpdiB7XHJcbiAgICBib3JkZXI6IDFweCBzb2xpZDtcclxuICAgIGJvcmRlci1jb2xvcjogcmVkIHZhcigtLWdyZXkpO1xyXG59IiwiY29uZmlnIjoiLy8gY3NzbmFubyBjb25maWdcbntcbiAgXCJwcmVzZXRcIiA6IFwiZGVmYXVsdFwiXG59XG4ifQ==) Input example: ``` div { border: 1px...

bug

According to [documentation](http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/search-request-fields.html), ES supports retrieving all stored fields in search results using "*", so this request should work: ``` curl -XPOST 'localhost:9200/test/test/_export' -d '{ "query" : { "match_phrase" :...