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