8 lines
85 B
JavaScript
8 lines
85 B
JavaScript
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|
|
|
|
module.exports = config;
|