jonkemp/inline-css

Broken gradient direction

Offen

#29 geöffnet am 06.03.2016

 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (78 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (438 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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