1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00
Files
dozzle/docs/postcss.config.cjs
2024-06-15 20:39:00 +00:00

7 lines
118 B
JavaScript

module.exports = {
plugins: {
tailwindcss: { config: "./docs/tailwind.docs.ts" },
autoprefixer: {},
},
};