xmr-remote-nodes/frontend/postcss.config.js

6 lines
73 B
JavaScript

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