Files
hoppscotch/packages/hoppscotch-embed/windi.config.ts
2021-11-30 18:52:28 +05:30

8 lines
182 B
TypeScript

import { defineConfig } from "windicss/helpers"
export default defineConfig({
darkMode: "class",
// https://windicss.org/posts/v30.html#attributify-mode
attributify: true,
})