11 lines
121 B
JavaScript
11 lines
121 B
JavaScript
// @ts-check
|
|
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|
|
|
|
module.exports = config;
|