Sophia

Results 3 issues of Sophia

如题 还有当background-size缩写到background中 也不被支持,会直接忽略掉background-size的值 如 background : url('xxx') center center / contain no-repeat;这种情况。

![image](https://user-images.githubusercontent.com/2070996/219588387-b765a6e6-a7ac-4366-96d0-4ea0bc8b54a6.png)

App1 and App2 are in different git repository App1 expose app1/getProjectId like : ``` class Store { _value: T; set value(value: T) { this._value = value; } get value() {...