Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:59 +08:00
commit 38e80921c8
89 changed files with 20480 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/* ${COMPONENT_NAME} Styles */
.container {
${BASE_STYLES}
}
.title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0.5rem;
}
.content {
flex: 1;
}