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