jonkemp/inline-css

Wrong Css Gradient Inlining

Open

#52 建立於 2016年9月21日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (80 fork)github user discovery
bughelp wanted

倉庫指標

Star
 (440 star)
PR 合併指標
 (PR 指標待抓取)

描述

Hello!

This code: .class { background: -webkit-linear-gradient(-45deg, #306ab2 0%, #00e1ed 70%, #00e1ed 70%); }

Inlines like a: <div class="class" style="background: -webkit-linear-gradient(-45deg, #306ab20%, #00e1ed70%, #00e1ed70%);">Some content</div>

We losing "spaces" between color hashes and percent values.

貢獻者指南