Skip to content

为什么所有的font-size都是!important? #4

@CyrusLiu158

Description

@CyrusLiu158

你的这种写法导致我整个工程的字体全部出现异常,建议去掉,否则别人没办法引用
html,
body {
-webkit-text-size-adjust: none!important;
}
@media screen and (min-width: 320px) {
html {
font-size: 84.375px!important;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions