jonkemp/inline-css

Why does it remove :hover?

Open

#31 aperta il 12 mar 2016

Vedi su GitHub
 (19 commenti) (4 reazioni) (0 assegnatari)JavaScript (80 fork)github user discovery
feature requesthelp wanted

Metriche repository

Star
 (440 star)
Metriche merge PR
 (Metriche PR in attesa)

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