mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: { config: "./docs/tailwind.docs.ts" },
|
|
autoprefixer: {},
|
|
},
|
|
};
|