refactor(aklive2d): use scss, stylelint, and postcss

This commit is contained in:
Haoyu Xu
2023-03-14 13:20:58 -04:00
parent 56e0d8178a
commit f14b8fc079
24 changed files with 1326 additions and 419 deletions

View File

@@ -8,15 +8,17 @@
margin: 0 auto;
width: 70%;
max-width: 100rem;
padding-top: 5rem;
}
.header {
width: auto;
position: sticky;
position: fixed;
left: 0;
top: 0;
right: 0;
padding: 1rem;
z-index: 2;
z-index: 3;
height: 3rem;
display: flex;
flex-direction: row;