ledgerone_frontend/postcss.config.js
2026-02-24 21:47:18 +00:00

7 lines
81 B
JavaScript

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