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?

贡献者指南