space-engineers-thrust-calc.../postcss.config.js
2024-05-20 00:31:58 +02:00

6 lines
78 B
JavaScript

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