jonkemp/inline-css

Why does it remove :hover?

Aperta

#31 aperta il 12 mar 2016

 (19 commenti) (4 reazioni) (0 assegnatari)JavaScript (78 fork)github user discovery
feature requesthelp wanted

Metriche repository

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

Descrizione

When I have this in my css

a:hover {
  text-decoration: underline;
}

and it gets inlined, then inline-css does not include them for links. Why?

Guida contributor