feat: 初始化提交
笑笑 authored at 2025-05-13 21:25:06
142.00 B
cube-front
@import 'tailwindcss/preflight';
@import 'tailwindcss/utilities';

body {
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #1890ff;
}