缩进所有代码块("{}"之间)内容。
缩进所有代码块的内容,它能够提高层次结构的清晰度。
/** 好的例子 */
#btn-commit:hover {
background: tomato;
text-decoration: none;
color: white;
border: none;
}
/** 不好的例子 */
#btn-commit:hover {
background: tomato;
text-decoration: none;
color: white;
border: none;
}