windi.config.js 104 B

12345
  1. import { defineConfig } from "windicss/helpers";
  2. export default defineConfig({
  3. preflight: false,
  4. });