mirror of
https://github.com/amir20/dozzle.git
synced 2026-06-23 04:10:12 +00:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: { config: "./docs/tailwind.docs.ts" },
|
|
autoprefixer: {},
|
|
},
|
|
};
|