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

貢獻者指南