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?
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?