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

6
.postcssrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"map": true,
"plugins": {
"autoprefixer": {}
}
}