windi.config.ts 174 B

1234567891011
  1. import { defineConfig } from "windicss/helpers";
  2. export default defineConfig({
  3. theme: {
  4. extend: {
  5. colors: {
  6. primary: "#41969c",
  7. },
  8. },
  9. },
  10. });