jonkemp/inline-css

Broken gradient direction

Aperta

#29 aperta il 6 mar 2016

 (7 commenti) (0 reazioni) (0 assegnatari)JavaScript (78 fork)github user discovery
bughelp wanted

Metriche repository

Star
 (438 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor