Files
cloud-host/frontend/postcss.config.js
T
keyhan 33be1649c4 init
2026-04-05 15:22:01 +03:30

7 lines
83 B
JavaScript

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