feat: add tailwind css.

This commit is contained in:
2023-03-18 16:41:15 +08:00
parent 3b52a796fc
commit 6ea8325b15
10 changed files with 505 additions and 160 deletions

8
.prettierrc.cjs Normal file
View File

@ -0,0 +1,8 @@
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 90,
tabWidth: 2,
endOfLine: "auto",
};