chore: update comment style
This commit is contained in:
parent
24f9338889
commit
e4fa46224d
20 changed files with 803 additions and 86 deletions
|
@ -1,11 +1,9 @@
|
|||
/*
|
||||
* Author: Sivan [sun.sivan@gmail.com]
|
||||
* Description: define block helper classes.
|
||||
*/
|
||||
// Author: Sivan [sun.sivan@gmail.com]
|
||||
// Description: define block helper classes.
|
||||
@import "../variables";
|
||||
|
||||
@mixin hetiBlockHelperClasses {
|
||||
/* 段落相关 */
|
||||
// 段落相关
|
||||
// 元信息无缩进
|
||||
#{$root-selector}-meta {
|
||||
display: block;
|
||||
|
@ -41,7 +39,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* 列表相关 */
|
||||
// 列表相关
|
||||
// 定义拉丁字母的有序列表
|
||||
#{$root-selector}-list-latin {
|
||||
list-style-type: upper-latin;
|
||||
|
@ -68,7 +66,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* 页脚 */
|
||||
// 页脚
|
||||
#{$root-selector}-fn {
|
||||
margin-block-start: 59px;
|
||||
border-block-start: 1px solid #ccc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue