feat: update BEM naming

This commit is contained in:
Sivan 2020-02-11 21:01:13 +08:00
parent f65382b12a
commit d0488130ae
18 changed files with 297 additions and 216 deletions

View file

@ -1,6 +1,6 @@
/**
* Author: Sivan [sun.sivan@gmail.com]
* Description: 表格样式
* Description: table styles.
*/
@import "variables";
@ -24,6 +24,8 @@
caption {
caption-side: bottom;
margin-block-start: 2px;
margin-block-end: -4px;
font-size: $font-size-small;
line-height: $line-height-size-small;
}