jonkemp/inline-css

Why does it remove :hover?

Offen

#31 geöffnet am 12.03.2016

 (19 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)JavaScript (78 Forks)github user discovery
feature requesthelp wanted

Repository-Metriken

Stars
 (438 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide