jonkemp/inline-css

Wrong Css Gradient Inlining

Aperta

#52 aperta il 21 set 2016

 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (78 fork)github user discovery
bughelp wanted

Metriche repository

Star
 (438 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor