我怎么能修复这个破碎的CSS代码?[关闭]

8gsdolmq  于 2023-05-02  发布在  其他
关注(0)|答案(1)|浏览(110)

**关闭。**这个问题是not reproducible or was caused by typos。目前不接受答复。

此问题是由打印错误或无法再重现的问题引起的。虽然类似的问题可能是on-topic在这里,这一个是解决的方式不太可能帮助未来的读者。
3天前关闭。
Improve this question

h1 {
    font - family: "texgyretermes", serif;
    font - size: 3.666e m;
    line - height: 1.3e m;
    font - weight: 400;
    margin - top: 1.222e m;
    margin - bottom: 0.275e m;
}

Css代码在我的项目中像theese一样被打破。我想知道是否有一个快速的方法来修复项目中的所有CSS文件。

fhg3lkii

fhg3lkii1#

Ctrl+F查找“-”并替换为“-”。Ctrl+F查找“e m;“改为“em;“。其余用多光标,参见:https://code.visualstudio.com/docs/editor/codebasics

相关问题