xmr-remote-nodes/frontend/postcss.config.js
2024-05-28 10:03:29 +07:00

6 lines
73 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};