<css input>1:1: Unclosed comment
发布于 5 年前 作者 yan78 1753 次浏览 来自 问答

<css input>1:1: Unclosed comment 是什么错误

2 回复

Error: <css input>:1:1: Unclosed comment  有没有人知道这个错误怎么解决,在使用weui的时候出出现的

Unclosed comment 意思是你注释未闭合,请检查注释是否符合语法规范

如在 样式文件结尾有:

line-55  /*未闭合的样式/

便会导致 预览和上传时的错误

<css input>55:1: Unclosed comment

神坑啊!!

回到顶部