jonkemp/inline-css

Broken gradient direction

Open

#29 建立於 2016年3月6日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)JavaScript (80 fork)github user discovery
bughelp wanted

倉庫指標

Star
 (440 star)
PR 合併指標
 (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

貢獻者指南