mirror of
https://github.com/ArthurDanjou/artdanj-fallback.git
synced 2026-01-14 18:59:54 +01:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import { defineConfig } from 'windicss/helpers'
|
|
|
|
export default defineConfig({
|
|
darkMode: 'class',
|
|
})
|