jonkemp/inline-css

Broken gradient direction

开放

#29 创建于 2016年3月6日

 (7 条评论) (0 个反应) (0 位负责人)JavaScript (78 个派生)github user discovery
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

贡献者指南