7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: { config: "./tailwindcss-config.js" },
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|