jonkemp / jonkemp/inline-css

Broken gradient direction

Open
#29 7 comments 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
JavaScript
Stars
438
Forks
77
PR merge metrics
No merged PRs in 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.