jonkemp/inline-css

Why does it remove :hover?

開放

#31 建立於 2016年3月12日

 (19 則留言) (4 個反應) (0 位負責人)JavaScript (78 個分叉)github user discovery
feature requesthelp wanted

倉庫指標

星標
 (438 顆星)
PR 合併指標
 (30 天內沒有已合併 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?

貢獻者指南