jonkemp/inline-css

Broken gradient direction

Open

#29 opened on Mar 6, 2016

 (7 comments) (0 reactions) (0 assignees)JavaScript (79 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (438 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide