Expected class selector “.menuChildMall“ to be kebab-case报错原因

使用stylelint格式化css文件时候报上述错误:
原因: css类名未使用-分隔符
将类名修改为:
.menu-child-mall形式即可

使用stylelint格式化css文件时候报上述错误:
原因: css类名未使用-分隔符
将类名修改为:
.menu-child-mall形式即可