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