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

@ -24,6 +24,7 @@
}
}
/* 兼容性处理 */
// 重置部分 CSS Reset ul, ol { list-style: none; } 造成的样式污染
// 如果搭配 normalize.css 使用则不存在这些样式污染
@if $_css-reset-scheme == "reset" {