mirror of
https://github.com/fergalmoran/opengifame.git
synced 2025-12-26 03:27:34 +00:00
8 lines
85 B
JavaScript
8 lines
85 B
JavaScript
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|
|
|
|
module.exports = config;
|