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

7 lines
73 B
JavaScript
Raw Permalink Normal View History

export default {
2024-05-28 03:03:29 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};