moss/postcss.config.js
2024-12-08 20:20:21 +01:00

6 lines
79 B
JavaScript

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