jonkemp/inline-css

Broken gradient direction

Aberta

#29 aberto em 6 de mar. de 2016

 (7 comentários) (0 reação) (0 responsável)JavaScript (78 forks)github user discovery
bughelp wanted

Métricas do repositório

Stars
 (438 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

Guia do colaborador