mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-20 23:11:43 +01:00
8 lines
95 B
TypeScript
8 lines
95 B
TypeScript
export default {
|
|
config: {
|
|
plugins: [
|
|
require('tailwindcss-dark-mode')
|
|
]
|
|
}
|
|
}
|