jonkemp/inline-css

Broken gradient direction

オープン

#29 opened on 2016/03/06

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (78 件のフォーク)github user discovery
bughelp wanted

Repository metrics

Stars
 (438 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド