jonkemp/inline-css

Broken gradient direction

Open

#29 ouverte le 6 mars 2016

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)JavaScript (80 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (440 stars)
Métriques de merge PR
 (Métriques PR en attente)

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