jonkemp/inline-css

Why does it remove :hover?

Open

#31 opened on 2016年3月12日

GitHub で見る
 (19 comments) (4 reactions) (0 assignees)JavaScript (80 forks)github user discovery
feature requesthelp wanted

Repository metrics

Stars
 (440 stars)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド