Files
hatchet/frontend/docs/postcss.config.js
2024-04-16 22:19:21 +04:00

7 lines
92 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}