jonkemp/inline-css

Why does it remove :hover?

Open

#31 geöffnet am 12. März 2016

Auf GitHub ansehen
 (19 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)JavaScript (80 Forks)github user discovery
feature requesthelp wanted

Repository-Metriken

Stars
 (440 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

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