jonkemp/inline-css

Why does it remove :hover?

Open

#31 建立於 2016年3月12日

在 GitHub 查看
 (19 留言) (4 反應) (0 負責人)JavaScript (80 fork)github user discovery
feature requesthelp wanted

倉庫指標

Star
 (440 star)
PR 合併指標
 (PR 指標待抓取)

描述

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?

貢獻者指南