jonkemp/inline-css

Wrong Css Gradient Inlining

オープン

#52 opened on 2016/09/21

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (78 件のフォーク)github user discovery
bughelp wanted

Repository metrics

Stars
 (438 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド