jonkemp/inline-css

Why does it remove :hover?

オープン

#31 opened on 2016/03/12

 (19 件のコメント) (4 件のリアクション) (0 人の担当者)JavaScript (78 件のフォーク)github user discovery
feature requesthelp wanted

Repository metrics

Stars
 (438 個のスター)
PR merge metrics
 (30d に merged 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?

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