jonkemp/inline-css

Broken gradient direction

Open

#29 aberto em 6 de mar. de 2016

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)JavaScript (80 forks)github user discovery
bughelp wanted

Métricas do repositório

Stars
 (440 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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