Deploying to gh-pages from @ 133572c8d2 🚀

This commit is contained in:
sivan 2020-05-04 15:36:57 +00:00
parent 2692505e11
commit f8996a1fe8
11 changed files with 1161 additions and 321 deletions

16
scss/lib/_reset.scss Normal file
View file

@ -0,0 +1,16 @@
/* 简单模拟 css reset */
* {
margin: 0;
padding: 0;
}
ul,
ol {
list-style: none;
}
/* 模拟不知道哪里流传出来的垃圾代码 */
ul,
li {
list-style: none;
}