bughelp wanted
仓库指标
- 星标
- (438 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
The following CSS rule:
background: linear-gradient(to bottom right, red, yellow);
translates to:
background: linear-gradient(tobottomright,red,yellow);
instead of:
background: linear-gradient(to bottom right,red,yellow);
Version: 2.2.1