space-engineers-thrust-calc.../postcss.config.js

6 lines
78 B
JavaScript
Raw Normal View History

2024-05-19 22:31:58 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};