jonkemp/inline-css

Broken gradient direction

Ouverte

#29 ouverte le 6 mars 2016

 (7 commentaires) (0 réaction) (0 personne assignée)JavaScript (78 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (438 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur