jonkemp/inline-css

Broken gradient direction

Open

#29 opened on 2016年3月6日

GitHub で見る
 (7 comments) (0 reactions) (0 assignees)JavaScript (80 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (440 stars)
PR merge metrics
 (PR metrics pending)

説明

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

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