mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
}
|
|
|
|
export default config
|