@@ -147,7 +147,7 @@ const Test = ({ natures, dispatch }) => {
}}
/>
<div>
- <span className="text-red-50 text-4xl">11111</span>
+ <span className="text-x">11111</span>
</div>
</Card>
)
@@ -0,0 +1,4 @@
+// windi.config.js
+import { defineConfig } from 'windicss/helpers'
+
+export default defineConfig({})