jonkemp/inline-css

Why does it remove :hover?

Open

#31 aberto em 12 de mar. de 2016

Ver no GitHub
 (19 comments) (4 reactions) (0 assignees)JavaScript (80 forks)github user discovery
feature requesthelp wanted

Métricas do repositório

Stars
 (440 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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?

Guia do colaborador