编辑器总是会提示一些代码的语法警告提示
CSS:
① margin:5px 0
margin-top: 10px
This inspection tries to find similar CSS properties, which can be transformed to shorter form (shorthand; padding for individual sides can be shortened to 'padding' shorthand if possible, etc)
这次检查试图找到类似的CSS属性,它可以转化为较短的形式(速记;个人方面的填充可以缩短到'填充'速记,如果可能的话,等)
--------------2016-5-11 14:27:41--